[This is preliminary documentation and is subject to change.]
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected FileSystemSessionItem(
FileSystemSession session,
string parentPath,
string name,
IFileSystemHandle handle
)
protected FileSystemSessionItem(
FileSystemSession session,
string parentPath,
string name,
IFileSystemHandle handle
)
Protected Sub New (
session As FileSystemSession,
parentPath As String,
name As String,
handle As IFileSystemHandle
)
Protected Sub New (
session As FileSystemSession,
parentPath As String,
name As String,
handle As IFileSystemHandle
)
protected:
FileSystemSessionItem(
FileSystemSession^ session,
String^ parentPath,
String^ name,
IFileSystemHandle^ handle
)
protected:
FileSystemSessionItem(
FileSystemSession^ session,
String^ parentPath,
String^ name,
IFileSystemHandle^ handle
)
new :
session : FileSystemSession *
parentPath : string *
name : string *
handle : IFileSystemHandle -> FileSystemSessionItem
new :
session : FileSystemSession *
parentPath : string *
name : string *
handle : IFileSystemHandle -> FileSystemSessionItem