C# 클래스 Vertesaur.Utility.ReflectionUtils

파일 보기 프로젝트 열기: aarondandy/vertesaur

공개 메소드들

메소드 설명
GetGenericArguments ( this targetType ) : System.Type[]
GetInterfacesByGenericTypeDefinition ( this targetType, Type genericTypeDefinition ) : IEnumerable
GetMethods ( this targetType ) : IEnumerable
GetPublicInstanceInvokableMethods ( this targetType ) : IEnumerable

메소드 상세

GetGenericArguments() 공개 정적인 메소드

public static GetGenericArguments ( this targetType ) : System.Type[]
targetType this
리턴 System.Type[]

GetInterfacesByGenericTypeDefinition() 공개 정적인 메소드

public static GetInterfacesByGenericTypeDefinition ( this targetType, Type genericTypeDefinition ) : IEnumerable
targetType this
genericTypeDefinition System.Type
리턴 IEnumerable

GetMethods() 공개 정적인 메소드

public static GetMethods ( this targetType ) : IEnumerable
targetType this
리턴 IEnumerable

GetPublicInstanceInvokableMethods() 공개 정적인 메소드

public static GetPublicInstanceInvokableMethods ( this targetType ) : IEnumerable
targetType this
리턴 IEnumerable