[This is preliminary documentation and is subject to change.]
Initializes local installation, tries to read local manifest from rootPath or localManifestDir if it is !=null
Namespace: NFX.IO.FileSystem.PackagingAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public LocalInstallation(
string rootPath,
string localManifestDir = null
)
public LocalInstallation(
string rootPath,
string localManifestDir = null
)
Public Sub New (
rootPath As String,
Optional localManifestDir As String = Nothing
)
Public Sub New (
rootPath As String,
Optional localManifestDir As String = Nothing
)
public:
LocalInstallation(
String^ rootPath,
String^ localManifestDir = nullptr
)
public:
LocalInstallation(
String^ rootPath,
String^ localManifestDir = nullptr
)
new :
rootPath : string *
?localManifestDir : string
(* Defaults:
let _localManifestDir = defaultArg localManifestDir null
*)
-> LocalInstallation
new :
rootPath : string *
?localManifestDir : string
(* Defaults:
let _localManifestDir = defaultArg localManifestDir null
*)
-> LocalInstallation