Share via


NSOperatingSystemVersion Constructors

Definition

Overloads

NSOperatingSystemVersion(IntPtr)

public NSOperatingSystemVersion(IntPtr major);
new Foundation.NSOperatingSystemVersion : nativeint -> Foundation.NSOperatingSystemVersion

Parameters

major
IntPtr

nativeint

Applies to

NSOperatingSystemVersion(IntPtr, IntPtr)

public NSOperatingSystemVersion(IntPtr major, IntPtr minor);
new Foundation.NSOperatingSystemVersion : nativeint * nativeint -> Foundation.NSOperatingSystemVersion

Parameters

major
IntPtr

nativeint

minor
IntPtr

nativeint

Applies to

NSOperatingSystemVersion(IntPtr, IntPtr, IntPtr)

public NSOperatingSystemVersion(IntPtr major, IntPtr minor, IntPtr patchVersion);
new Foundation.NSOperatingSystemVersion : nativeint * nativeint * nativeint -> Foundation.NSOperatingSystemVersion

Parameters

major
IntPtr

nativeint

minor
IntPtr

nativeint

patchVersion
IntPtr

nativeint

Applies to