C# 클래스 Griffin.Container.NonFrameworkClasses

Filter used when the registrar is looking for the services that a class implement.
This filter ignores all .NET Framework classes (i.e. all classes with a namespace that starts with "Microsoft." and "System.").
상속: IServiceFilter
파일 보기 프로젝트 열기: jgauffin/Griffin.Container

공개 메소드들

메소드 설명
CanRegisterAs ( Type service ) : bool

Determines if a concrete can be registered as the specified type.

메소드 상세

CanRegisterAs() 공개 메소드

Determines if a concrete can be registered as the specified type.
public CanRegisterAs ( Type service ) : bool
service System.Type Implemented service
리턴 bool