NSProcessInfo.IsOperatingSystemAtLeastVersion Method

Definition

[Foundation.Export("isOperatingSystemAtLeastVersion:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool IsOperatingSystemAtLeastVersion (Foundation.NSOperatingSystemVersion version);
abstract member IsOperatingSystemAtLeastVersion : Foundation.NSOperatingSystemVersion -> bool
override this.IsOperatingSystemAtLeastVersion : Foundation.NSOperatingSystemVersion -> bool

Parameters

Returns

Attributes

Applies to