NSOperatingSystemVersion Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the operating system version. Particularly for use with the IsOperatingSystemAtLeastVersion(NSOperatingSystemVersion) method.
public struct NSOperatingSystemVersion
type NSOperatingSystemVersion = struct
- Inheritance
-
NSOperatingSystemVersion
Constructors
NSOperatingSystemVersion(nint, nint, nint) |
Fields
Major | |
Minor | |
PatchVersion |
Methods
ToString() |