Share via


NSRunLoopModeExtensions Class

Definition

Extension methods for the NSRunLoopMode enumeration.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static class NSRunLoopModeExtensions
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
type NSRunLoopModeExtensions = class
Inheritance
NSRunLoopModeExtensions
Attributes

Methods

Name Description
GetConstant(NSRunLoopMode)

Retrieves the NSString constant that describes self.

GetConstants(NSRunLoopMode[])
GetNullableValue(NativeHandle)

Retrieves the NSRunLoopMode value represented by the backing field value in handle.

GetValue(NativeHandle)

Retrieves the NSRunLoopMode value represented by the backing field value in handle.

GetValue(NSString)

Retrieves the NSRunLoopMode value named by constant.

Applies to