C# Class MonoMac.ObjCRuntime.Selector

Datei anzeigen Open project: kangaroo/monomac Class Usage Examples

Public Properties

Property Type Description
Init System.IntPtr
InitWithCoder System.IntPtr

Public Methods

Method Description
Equals ( object right ) : bool
GetHandle ( string name ) : IntPtr
GetHashCode ( ) : int
Register ( IntPtr handle ) : Selector
Selector ( IntPtr sel ) : System
Selector ( string name ) : System
Selector ( string name, bool alloc ) : System
operator ( ) : bool

Private Methods

Method Description
sel_getName ( IntPtr sel ) : IntPtr
sel_isEqual ( IntPtr lhs, IntPtr rhs ) : bool
sel_isMapped ( IntPtr sel ) : bool
sel_registerName ( IntPtr name ) : IntPtr
sel_registerName ( string name ) : IntPtr

Method Details

Equals() public method

public Equals ( object right ) : bool
right object
return bool

GetHandle() public static method

public static GetHandle ( string name ) : IntPtr
name string
return System.IntPtr

GetHashCode() public method

public GetHashCode ( ) : int
return int

Register() public static method

public static Register ( IntPtr handle ) : Selector
handle System.IntPtr
return Selector

Selector() public method

public Selector ( IntPtr sel ) : System
sel System.IntPtr
return System

Selector() public method

public Selector ( string name ) : System
name string
return System

Selector() public method

public Selector ( string name, bool alloc ) : System
name string
alloc bool
return System

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Init public_oe static_oe property

public static IntPtr,System Init
return System.IntPtr

InitWithCoder public_oe static_oe property

public static IntPtr,System InitWithCoder
return System.IntPtr