C# 클래스 Castle.Applications.PestControl.Services.SourceControl.SourceControlManager

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

공개 메소드들

메소드 설명
AvailableSourceControl ( ) : ISourceControl[]

Queries the kernel for implementations of ISourceControl. 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.

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

메소드 상세

AvailableSourceControl() 공개 메소드

Queries the kernel for implementations of ISourceControl. 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 AvailableSourceControl ( ) : ISourceControl[]
리턴 ISourceControl[]

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

SourceControlManager() 공개 메소드

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