Selector.Register(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.