LocalInstallation FindMissingOrDifferentPackage Method NFX Class Library

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

Finds a package form the install set which is either missing on local machine or is not the same as the one in installSet. Returns the package info from install set

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

public LocalInstallation..::..PackageInfo FindMissingOrDifferentPackage(
	IEnumerable<LocalInstallation..::..PackageInfo> installSet
)

Parameters

installSet
Type: OnlineSystem.Collections.Generic IEnumerable LocalInstallation PackageInfo 

Return Value

Type: LocalInstallation PackageInfo
See Also