[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
FileSystem class
Namespace: NFX.IO.FileSystemAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
protected FileSystem(
string name,
IConfigSectionNode node = null
)
protected FileSystem(
string name,
IConfigSectionNode node = null
)
Protected Sub New (
name As String,
Optional node As IConfigSectionNode = Nothing
)
Protected Sub New (
name As String,
Optional node As IConfigSectionNode = Nothing
)
protected:
FileSystem(
String^ name,
IConfigSectionNode^ node = nullptr
)
protected:
FileSystem(
String^ name,
IConfigSectionNode^ node = nullptr
)
new :
name : string *
?node : IConfigSectionNode
(* Defaults:
let _node = defaultArg node null
*)
-> FileSystem
new :
name : string *
?node : IConfigSectionNode
(* Defaults:
let _node = defaultArg node null
*)
-> FileSystem