Selector.Register(IntPtr) Method

Definition

Creates a new Selector instance for the specified Objective-C selector.

public static ObjCRuntime.Selector Register (IntPtr handle);
static member Register : nativeint -> ObjCRuntime.Selector

Parameters

handle
IntPtr

nativeint

The Objective-C selector.

Returns

A Selector instance for the specified Objective-C selector.

Applies to