Share via


Selector.Handle Property

Definition

Handle (pointer) to the unmanaged selector representation.

public ObjCRuntime.NativeHandle Handle { get; }
member this.Handle : ObjCRuntime.NativeHandle

Property Value

A pointer to the unmanaged selector representation.

Implements

Remarks

This IntPtr is the handle to the underlying unmanaged representation for this selector.

Applies to