C# Class SolarCalculator.Extensions.AssemblyExtensions

Assembly extensions
ファイルを表示 Open project: steveoh/SolarCalculator

Public Methods

Method Description
FindTypesWithAttribute ( this assembly, Type attributeType ) : IEnumerable

Gets the class types decorated by an attribute in assembly.

Method Details

FindTypesWithAttribute() public static method

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.
return IEnumerable