C# 클래스 Cares.WebBase.UnityConfiguration.UnityRegistrationCache

Caching of the registered types in unity
파일 보기 프로젝트 열기: innoist/GF-FRS 1 사용 예제들

공개 메소드들

메소드 설명
IsRegistered ( IUnityContainer container, Type typeToCheck ) : bool

True if the type is registered

비공개 메소드들

메소드 설명
Register ( IUnityContainer container ) : void

Register types

메소드 상세

IsRegistered() 공개 정적인 메소드

True if the type is registered
public static IsRegistered ( IUnityContainer container, Type typeToCheck ) : bool
container IUnityContainer
typeToCheck System.Type
리턴 bool