Selector.GetHandle(String) Method

Definition

Returns the handle to the specified Objective-C selector.

public static IntPtr GetHandle (string name);
static member GetHandle : string -> nativeint

Parameters

name
String

Name of a selector

Returns

IntPtr

nativeint

The handle to the specified Objective-C selector.

Applies to