C# Class Ninject.Modules.AssemblyNameRetriever.AssemblyChecker

This class is loaded into the temporary appdomain to load and check if the assemblies match the filter.
Inheritance: System.MarshalByRefObject
显示文件 Open project: ninject/Ninject

Public Methods

Method Description
GetAssemblyNames ( IEnumerable filenames, Predicate filter ) : IEnumerable

Gets the assembly names of the assemblies matching the filter.

Method Details

GetAssemblyNames() public method

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