C# Класс SolarCalculator.Extensions.AssemblyExtensions

Assembly extensions
Показать файл Открыть проект

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

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

Gets the class types decorated by an attribute in assembly.

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

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

Gets the class types decorated by an attribute in assembly.
public static FindTypesWithAttribute ( this assembly, Type attributeType ) : IEnumerable
assembly this The assembly to search through.
attributeType System.Type The attribute type to find.
Результат IEnumerable