LocalInstallation CheckLocalAndInstallIfNeeded Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Checks local installation first for missing of different packages and if there are no differences then returns false, otherwise re-installs all packages defined by in install-set locally and returns true. Pass force=true to re-install regardless of manifest comparison (false by default)

Namespace: NFX.IO.FileSystem.Packaging
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool CheckLocalAndInstallIfNeeded(
	IEnumerable<LocalInstallation..::..PackageInfo> installSet,
	bool force = false
)

Parameters

installSet
Type: OnlineSystem.Collections.Generic IEnumerable LocalInstallation PackageInfo 
force (Optional)
Type: OnlineSystem Boolean

Return Value

Type: OnlineBoolean
See Also