C# Class Cocoa.MethodImplementation

Afficher le fichier Open project: mono/cocoa-sharp Class Usage Examples

Méthodes publiques

Méthode Description
FromConstructorInfo ( ConstructorInfo target ) : Type
FromMethodBase ( MethodBase target ) : Type
FromMethodInfo ( MethodInfo target ) : Type

Private Methods

Méthode Description
MethodImplementation ( ) : System

Method Details

FromConstructorInfo() public static méthode

public static FromConstructorInfo ( ConstructorInfo target ) : Type
target System.Reflection.ConstructorInfo
Résultat System.Type

FromMethodBase() public static méthode

public static FromMethodBase ( MethodBase target ) : Type
target System.Reflection.MethodBase
Résultat System.Type

FromMethodInfo() public static méthode

public static FromMethodInfo ( MethodInfo target ) : Type
target System.Reflection.MethodInfo
Résultat System.Type