C# Класс Revenj.Utility.AssemblyScanner

Utility for scanning and loading assemblies in current AppDomain. Microsoft-specific assemblies will be skipped.
Показать файл Открыть проект

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

Метод Описание
GetAllTypes ( ) : IEnumerable

Get all types from assemblies. Types will be cached after first call.

GetAssemblies ( ) : IEnumerable

Gets all referenced assemblies from current AppDomain, excluding dynamic or Microsoft-specific assemblies. Assemblies will be cached after first call.

Приватные методы

Метод Описание
GetAssemblyAndAllReferencedAssemblies ( Assembly asm ) : IEnumerable

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

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

Get all types from assemblies. Types will be cached after first call.
public static GetAllTypes ( ) : IEnumerable
Результат IEnumerable

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

Gets all referenced assemblies from current AppDomain, excluding dynamic or Microsoft-specific assemblies. Assemblies will be cached after first call.
public static GetAssemblies ( ) : IEnumerable
Результат IEnumerable