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

Encapsulates a series of time saving extension methods to the T:System.Reflection.Assembly class.
Показать файл Открыть проект

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

Метод Описание
GetLoadableTypes ( this assembly ) : IEnumerable

Gets a collection of loadable types from the given assembly. Adapted from

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

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

Gets a collection of loadable types from the given assembly. Adapted from
public static GetLoadableTypes ( this assembly ) : IEnumerable
assembly this /// The to load the types from. ///
Результат IEnumerable