Click or drag to resize

SystemRequirementsMatchesRequirements Method

Determines if this system is matching the requirements of the package.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public static bool MatchesRequirements(
	PackageInfo packageInfo
)

Parameters

packageInfo  PackageInfo
The information about the package.

Return Value

Boolean
True if the system is matching the requirements of the package; otherwise, false.
See Also