C# Класс Catel.Reflection.ReflectionExtensions

Reflection extension class.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetCustomAttributeEx ( this assembly, Type attributeType ) : Attribute
GetCustomAttributesEx ( this assembly, Type attributeType ) : System.Attribute[]
GetExportedTypesEx ( this assembly ) : System.Type[]
GetTypesEx ( this assembly ) : System.Type[]

Описание методов

GetCustomAttributeEx() публичный статический Метод

public static GetCustomAttributeEx ( this assembly, Type attributeType ) : Attribute
assembly this
attributeType System.Type
Результат System.Attribute

GetCustomAttributesEx() публичный статический Метод

public static GetCustomAttributesEx ( this assembly, Type attributeType ) : System.Attribute[]
assembly this
attributeType System.Type
Результат System.Attribute[]

GetExportedTypesEx() публичный статический Метод

public static GetExportedTypesEx ( this assembly ) : System.Type[]
assembly this
Результат System.Type[]

GetTypesEx() публичный статический Метод

public static GetTypesEx ( this assembly ) : System.Type[]
assembly this
Результат System.Type[]