C# 클래스 System.Reflection.RuntimeReflectionExtensions

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

공개 메소드들

메소드 설명
GetMethodInfo ( this del ) : MethodInfo
GetRuntimeBaseDefinition ( this method ) : MethodInfo
GetRuntimeEvent ( this type, string name ) : EventInfo
GetRuntimeEvents ( this type ) : IEnumerable
GetRuntimeField ( this type, string name ) : FieldInfo
GetRuntimeFields ( this type ) : IEnumerable
GetRuntimeInterfaceMap ( this typeInfo, Type interfaceType ) : InterfaceMapping
GetRuntimeMethod ( this type, string name, Type parameters ) : MethodInfo
GetRuntimeMethods ( this type ) : IEnumerable
GetRuntimeProperties ( this type ) : IEnumerable
GetRuntimeProperty ( this type, string name ) : PropertyInfo

메소드 상세

GetMethodInfo() 공개 정적인 메소드

public static GetMethodInfo ( this del ) : MethodInfo
del this
리턴 MethodInfo

GetRuntimeBaseDefinition() 공개 정적인 메소드

public static GetRuntimeBaseDefinition ( this method ) : MethodInfo
method this
리턴 MethodInfo

GetRuntimeEvent() 공개 정적인 메소드

public static GetRuntimeEvent ( this type, string name ) : EventInfo
type this
name string
리턴 EventInfo

GetRuntimeEvents() 공개 정적인 메소드

public static GetRuntimeEvents ( this type ) : IEnumerable
type this
리턴 IEnumerable

GetRuntimeField() 공개 정적인 메소드

public static GetRuntimeField ( this type, string name ) : FieldInfo
type this
name string
리턴 FieldInfo

GetRuntimeFields() 공개 정적인 메소드

public static GetRuntimeFields ( this type ) : IEnumerable
type this
리턴 IEnumerable

GetRuntimeInterfaceMap() 공개 정적인 메소드

public static GetRuntimeInterfaceMap ( this typeInfo, Type interfaceType ) : InterfaceMapping
typeInfo this
interfaceType Type
리턴 InterfaceMapping

GetRuntimeMethod() 공개 정적인 메소드

public static GetRuntimeMethod ( this type, string name, Type parameters ) : MethodInfo
type this
name string
parameters Type
리턴 MethodInfo

GetRuntimeMethods() 공개 정적인 메소드

public static GetRuntimeMethods ( this type ) : IEnumerable
type this
리턴 IEnumerable

GetRuntimeProperties() 공개 정적인 메소드

public static GetRuntimeProperties ( this type ) : IEnumerable
type this
리턴 IEnumerable

GetRuntimeProperty() 공개 정적인 메소드

public static GetRuntimeProperty ( this type, string name ) : PropertyInfo
type this
name string
리턴 PropertyInfo