C# Class Catel.Reflection.ReflectionExtensions

Reflection extension class.
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Méthode Description
GetCustomAttributeEx ( this assembly, Type attributeType ) : Attribute
GetCustomAttributesEx ( this assembly, Type attributeType ) : System.Attribute[]
GetExportedTypesEx ( this assembly ) : System.Type[]
GetTypesEx ( this assembly ) : System.Type[]

Method Details

GetCustomAttributeEx() public static méthode

public static GetCustomAttributeEx ( this assembly, Type attributeType ) : Attribute
assembly this
attributeType System.Type
Résultat System.Attribute

GetCustomAttributesEx() public static méthode

public static GetCustomAttributesEx ( this assembly, Type attributeType ) : System.Attribute[]
assembly this
attributeType System.Type
Résultat System.Attribute[]

GetExportedTypesEx() public static méthode

public static GetExportedTypesEx ( this assembly ) : System.Type[]
assembly this
Résultat System.Type[]

GetTypesEx() public static méthode

public static GetTypesEx ( this assembly ) : System.Type[]
assembly this
Résultat System.Type[]