SystemRequirementsMeetsOSRequirements Method |
Determines whether the current operating system meets the specified requirement.
Namespace: Altaxo.Serialization.AutoUpdatesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static bool MeetsOSRequirements(
(OSPlatform osPlatForm, Version osVersion) value
)
Parameters
- value ValueTupleOSPlatform, Version
- The required operating system platform and version.
Return Value
Booleantrue if the requirement is met; otherwise,
false.
See Also