C# Class Tempest.TypeExtensions

Afficher le fichier Open project: ermau/Tempest

Méthodes publiques

Méthode Description
GetConstructor ( this self, Type parameterTypes ) : ConstructorInfo
GetSimplestName ( this self ) : string
GetTypeInfo ( this self ) : Type
GetTypes ( this self ) : IEnumerable
IsAssignableFrom ( this baseType, Type derivedType ) : bool

Method Details

GetConstructor() public static méthode

public static GetConstructor ( this self, Type parameterTypes ) : ConstructorInfo
self this
parameterTypes System.Type
Résultat ConstructorInfo

GetSimplestName() public static méthode

public static GetSimplestName ( this self ) : string
self this
Résultat string

GetTypeInfo() public static méthode

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

GetTypes() public static méthode

public static GetTypes ( this self ) : IEnumerable
self this
Résultat IEnumerable

IsAssignableFrom() public static méthode

public static IsAssignableFrom ( this baseType, Type derivedType ) : bool
baseType this
derivedType System.Type
Résultat bool