C# Класс Rolcore.Reflection.AssemblyExtensions

Extension methods for Assembly.
Показать файл Открыть проект

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

Метод Описание
GetTypesWithAttribute ( this assembly, Type attributeType, bool inherit ) : IEnumerable

Gets a list of Types decorated with the given attribute.

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

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

Gets a list of Types decorated with the given attribute.
public static GetTypesWithAttribute ( this assembly, Type attributeType, bool inherit ) : IEnumerable
assembly this Specifies the to search.
attributeType System.Type Specifies the of /// to search for.
inherit bool Specifies if inheritance chains should be searched.
Результат IEnumerable