C# 클래스 Cocoa.MethodImplementation

파일 보기 프로젝트 열기: mono/cocoa-sharp 1 사용 예제들

공개 메소드들

메소드 설명
FromConstructorInfo ( ConstructorInfo target ) : Type
FromMethodBase ( MethodBase target ) : Type
FromMethodInfo ( MethodInfo target ) : Type

비공개 메소드들

메소드 설명
MethodImplementation ( ) : System

메소드 상세

FromConstructorInfo() 공개 정적인 메소드

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

FromMethodBase() 공개 정적인 메소드

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

FromMethodInfo() 공개 정적인 메소드

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