C# Class WindowsAzure.Common.TypeExtensions

Reflection utilities.
Afficher le fichier Open project: dtretyakov/WindowsAzure

Méthodes publiques

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

Method Details

GetInterfaceMap() public static méthode

public static GetInterfaceMap ( this type, Type interfaceType ) : InterfaceMapping
type this
interfaceType System.Type
Résultat System.Reflection.InterfaceMapping

GetTypeInfo() public static méthode

public static GetTypeInfo ( this type ) : Type
type this
Résultat System.Type

IsAbstractType() public static méthode

public static IsAbstractType ( this type ) : bool
type this
Résultat bool

MemberType() public static méthode

public static MemberType ( this memberInfo ) : MemberTypes
memberInfo this
Résultat MemberTypes