Click or drag to resize

SystemRequirementsMeetsOSRequirements Method

Determines whether the current operating system meets the specified requirement.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static bool MeetsOSRequirements(
	(OSPlatform osPlatForm, Version osVersion) value
)

Parameters

value  ValueTupleOSPlatform, Version
The required operating system platform and version.

Return Value

Boolean
true if the requirement is met; otherwise, false.
See Also