Share via


NSProcessInfo.IsOperatingSystemAtLeastVersion Method

Definition

[Foundation.Export("isOperatingSystemAtLeastVersion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsOperatingSystemAtLeastVersion(Foundation.NSOperatingSystemVersion version);
[<Foundation.Export("isOperatingSystemAtLeastVersion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsOperatingSystemAtLeastVersion : Foundation.NSOperatingSystemVersion -> bool
override this.IsOperatingSystemAtLeastVersion : Foundation.NSOperatingSystemVersion -> bool

Parameters

Returns

Attributes

Applies to