C# Class Smartmobili.Cocoa.Class

Inheritance: NSObject
Afficher le fichier Open project: smartmobili/CocoaBuilder Class Usage Examples

Méthodes publiques

Méthode Description
Class ( Type type ) : System
Equals ( object cls2 ) : bool
GetHashCode ( ) : int
NSClassFromString ( string className ) : Class

Method Details

Class() public méthode

public Class ( Type type ) : System
type System.Type
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

NSClassFromString() public static méthode

public static NSClassFromString ( string className ) : Class
className string
Résultat Class