C# 클래스 Castle.Applications.PestControl.Services.BuildSystems.BuildSystemManager

Summary description for BuildSystemManager.
상속: IInitializable, IDisposable
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
AvailableBuildSystems ( ) : IBuildSystem[]

Queries the kernel for implementations of IBuildSystem. This allow new build system to be registered even without restarting the application. A more efficient approach however is to issue this query only once, but then you lost the ability to add/remove buildsystems at runtime

This approach invokes Resolve on the handler, but do not invoke the counter part release.

BuildSystemManager ( IKernel kernel ) : System
Dispose ( ) : void
Initialize ( ) : void

메소드 상세

AvailableBuildSystems() 공개 메소드

Queries the kernel for implementations of IBuildSystem. This allow new build system to be registered even without restarting the application. A more efficient approach however is to issue this query only once, but then you lost the ability to add/remove buildsystems at runtime
This approach invokes Resolve on the handler, but do not invoke the counter part release.
public AvailableBuildSystems ( ) : IBuildSystem[]
리턴 IBuildSystem[]

BuildSystemManager() 공개 메소드

public BuildSystemManager ( IKernel kernel ) : System
kernel IKernel
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void