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
Afficher le fichier Open project: ninject/Ninject

Méthodes publiques

Méthode Description
GetAssemblyNames ( IEnumerable filenames, Predicate filter ) : IEnumerable

Gets the assembly names of the assemblies matching the filter.

Method Details

GetAssemblyNames() public méthode

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.
Résultat IEnumerable