Selector.FromHandle(IntPtr) Method

Definition

Creates a managed selector wrapper based on the native handle to it.

public static ObjCRuntime.Selector FromHandle (IntPtr sel);
static member FromHandle : nativeint -> ObjCRuntime.Selector

Parameters

sel
IntPtr

nativeint

Handle to the native selector.

Returns

Applies to