C# Класс Ninject.Modules.AssemblyNameRetriever.AssemblyChecker

This class is loaded into the temporary appdomain to load and check if the assemblies match the filter.
Наследование: System.MarshalByRefObject
Показать файл Открыть проект

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

Метод Описание
GetAssemblyNames ( IEnumerable filenames, Predicate filter ) : IEnumerable

Gets the assembly names of the assemblies matching the filter.

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

GetAssemblyNames() публичный Метод

Gets the assembly names of the assemblies matching the filter.
public GetAssemblyNames ( IEnumerable filenames, Predicate filter ) : IEnumerable
filenames IEnumerable The filenames.
filter Predicate The filter.
Результат IEnumerable