C# Class WindowsAzure.Common.TypeExtensions

Reflection utilities.
Datei anzeigen Open project: dtretyakov/WindowsAzure

Public Methods

Method Description
GetInterfaceMap ( this type, Type interfaceType ) : InterfaceMapping
GetTypeInfo ( this type ) : Type
IsAbstractType ( this type ) : bool
MemberType ( this memberInfo ) : MemberTypes

Method Details

GetInterfaceMap() public static method

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

GetTypeInfo() public static method

public static GetTypeInfo ( this type ) : Type
type this
return System.Type

IsAbstractType() public static method

public static IsAbstractType ( this type ) : bool
type this
return bool

MemberType() public static method

public static MemberType ( this memberInfo ) : MemberTypes
memberInfo this
return MemberTypes