C# 클래스 WindowsAzure.Common.TypeExtensions

Reflection utilities.
파일 보기 프로젝트 열기: dtretyakov/WindowsAzure

공개 메소드들

메소드 설명
GetInterfaceMap ( this type, Type interfaceType ) : InterfaceMapping
GetTypeInfo ( this type ) : Type
IsAbstractType ( this type ) : bool
MemberType ( this memberInfo ) : MemberTypes

메소드 상세

GetInterfaceMap() 공개 정적인 메소드

public static GetInterfaceMap ( this type, Type interfaceType ) : InterfaceMapping
type this
interfaceType System.Type
리턴 System.Reflection.InterfaceMapping

GetTypeInfo() 공개 정적인 메소드

public static GetTypeInfo ( this type ) : Type
type this
리턴 System.Type

IsAbstractType() 공개 정적인 메소드

public static IsAbstractType ( this type ) : bool
type this
리턴 bool

MemberType() 공개 정적인 메소드

public static MemberType ( this memberInfo ) : MemberTypes
memberInfo this
리턴 MemberTypes