LocalInstallation Constructor NFX Class Library

[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.Packaging
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public LocalInstallation(
	string rootPath,
	string localManifestDir = null
)
See Also