ObjCRuntime.Selector: Method Members

The methods of ObjCRuntime.Selector are listed below. For a list of all members, see the Selector Members list.

See Also: Inherited members from System.Object

Public Methods

Equals(Selector) : bool
Compares two selectors for equality.
override
Equals(object) : bool
Compares two objects for equality
static
FromHandle(IntPtr) : Selector
Creates a managed selector wrapper based on the native handle to it.
static
GetHandle(string) : IntPtr
Returns a handle to the specified Objective-C class.
override
GetHashCode() : int
Returns the Selector's hashcode.
static
Register(IntPtr) : Selector
Documentation for this section has not yet been entered.