C# 클래스 Microsoft.Practices.Prism.MefExtensions.MefServiceLocatorAdapter

Provides service location utilizing the Managed Extensibility Framework container.
상속: ServiceLocatorImplBase
파일 보기 프로젝트 열기: xperiandri/PortablePrism 1 사용 예제들

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
DoGetAllInstances ( Type serviceType ) : IEnumerable

Resolves the instance of the requested service.

DoGetInstance ( Type serviceType, string key ) : object

Resolves all the instances of the requested service.

메소드 상세

DoGetAllInstances() 보호된 메소드

Resolves the instance of the requested service.
protected DoGetAllInstances ( Type serviceType ) : IEnumerable
serviceType System.Type Type of instance requested.
리턴 IEnumerable

DoGetInstance() 보호된 메소드

Resolves all the instances of the requested service.
protected DoGetInstance ( Type serviceType, string key ) : object
serviceType System.Type Type of service requested.
key string Name of registered service you want. May be null.
리턴 object