C# Класс Castle.Applications.PestControl.Services.BuildSystems.BuildSystemManager

Summary description for BuildSystemManager.
Наследование: IInitializable, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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