C# Class Cocoa.MethodImplementation

Show file Open project: mono/cocoa-sharp Class Usage Examples

Public Methods

Method Description
FromConstructorInfo ( ConstructorInfo target ) : Type
FromMethodBase ( MethodBase target ) : Type
FromMethodInfo ( MethodInfo target ) : Type

Private Methods

Method Description
MethodImplementation ( ) : System

Method Details

FromConstructorInfo() public static method

public static FromConstructorInfo ( ConstructorInfo target ) : Type
target System.Reflection.ConstructorInfo
return System.Type

FromMethodBase() public static method

public static FromMethodBase ( MethodBase target ) : Type
target System.Reflection.MethodBase
return System.Type

FromMethodInfo() public static method

public static FromMethodInfo ( MethodInfo target ) : Type
target System.Reflection.MethodInfo
return System.Type