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