C# 클래스 Cedar.Core.IoC.ServiceLocatorFactory

This is the factory to create or get service locator.
파일 보기 프로젝트 열기: Chinaccn/surfboard

공개 메소드들

메소드 설명
AddResovledAssemblies ( ) : void

Adds the resovled assemblies.

GetServiceLocator ( string name = null ) : IServiceLocator

Gets the service locator.

Reset ( ) : void

Clear all cached service locators.

비공개 메소드들

메소드 설명
ConfigureServiceLocator ( IServiceLocator serviceLocator ) : IServiceLocator
InitializeResolvedAssemblies ( ) : List
ServiceLocatorFactory ( ) : System

TryParseAssemblyName ( string displayName, AssemblyName &assemblyName ) : bool

메소드 상세

AddResovledAssemblies() 공개 정적인 메소드

Adds the resovled assemblies.
public static AddResovledAssemblies ( ) : void
리턴 void

GetServiceLocator() 공개 정적인 메소드

Gets the service locator.
public static GetServiceLocator ( string name = null ) : IServiceLocator
name string The name.
리턴 IServiceLocator

Reset() 공개 정적인 메소드

Clear all cached service locators.
public static Reset ( ) : void
리턴 void