C# Class Ninject.Modules.AssemblyNameRetriever

Retrieves assembly names from file names using a temporary app domain.
Inheritance: Ninject.Components.NinjectComponent, IAssemblyNameRetriever
Exibir arquivo Open project: ninject/Ninject Class Usage Examples

Public Methods

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

Gets all assembly names of the assemblies in the given files that match the filter.

Private Methods

Method Description
CreateTemporaryAppDomain ( ) : AppDomain

Creates a temporary app domain.

Method Details

GetAssemblyNames() public method

Gets all assembly names of the assemblies in the given files that match the filter.
public GetAssemblyNames ( IEnumerable filenames, Predicate filter ) : IEnumerable
filenames IEnumerable The filenames.
filter Predicate The filter.
return IEnumerable