C# Class MonoMac.ObjCRuntime.Selector

Afficher le fichier Open project: kangaroo/monomac Class Usage Examples

Méthodes publiques

Свойство Type Description
Init System.IntPtr
InitWithCoder System.IntPtr

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Equals ( object right ) : bool
right object
Résultat bool

GetHandle() public static méthode

public static GetHandle ( string name ) : IntPtr
name string
Résultat System.IntPtr

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Register() public static méthode

public static Register ( IntPtr handle ) : Selector
handle System.IntPtr
Résultat Selector

Selector() public méthode

public Selector ( IntPtr sel ) : System
sel System.IntPtr
Résultat System

Selector() public méthode

public Selector ( string name ) : System
name string
Résultat System

Selector() public méthode

public Selector ( string name, bool alloc ) : System
name string
alloc bool
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Init public_oe static_oe property

public static IntPtr,System Init
Résultat System.IntPtr

InitWithCoder public_oe static_oe property

public static IntPtr,System InitWithCoder
Résultat System.IntPtr