Click or drag to resize

PackageInfoRequiredOperatingSystems Property

If not empty, the array entries indicate the required operating system for which the package is suitable. Each entry consist of the operating system (e.g., WINDOWS) and the minimal suitable version number of the operating system.

Namespace: Altaxo.Serialization.AutoUpdates
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public (OSPlatform , Version )[] RequiredOperatingSystems { get; }

Property Value

ValueTupleOSPlatform, Version
See Also