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
파일 보기 프로젝트 열기: ninject/Ninject

공개 메소드들

메소드 설명
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