FileEnumerateAlternateDataStreamsTransacted Method (KernelTransaction, String, PathFormat) |
[AlphaFS] Enumerates the streams of type :$DATA from the specified file.
Namespace:
Alphaleonis.Win32.Filesystem
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static IEnumerable<AlternateDataStreamInfo> EnumerateAlternateDataStreamsTransacted(
KernelTransaction transaction,
string path,
PathFormat pathFormat
)
Public Shared Function EnumerateAlternateDataStreamsTransacted (
transaction As KernelTransaction,
path As String,
pathFormat As PathFormat
) As IEnumerable(Of AlternateDataStreamInfo)
public:
static IEnumerable<AlternateDataStreamInfo>^ EnumerateAlternateDataStreamsTransacted(
KernelTransaction^ transaction,
String^ path,
PathFormat pathFormat
)
static member EnumerateAlternateDataStreamsTransacted :
transaction : KernelTransaction *
path : string *
pathFormat : PathFormat -> IEnumerable<AlternateDataStreamInfo>
Parameters
- transaction
- Type: Alphaleonis.Win32.FilesystemKernelTransaction
The transaction. - path
- Type: SystemString
The path to the file to enumerate streams of. - pathFormat
- Type: Alphaleonis.Win32.FilesystemPathFormat
Indicates the format of the path parameter(s).
Return Value
Type:
IEnumerableAlternateDataStreamInfoThe streams of type :$DATA in the specified file.
See Also