C# Class NSoft.NFramework.InversionOfControl.WindsorInstallers.CompressorInstaller

Castle.Windsor의 컨테이너에 ICompressor로 구현된 클래스들을 등록 합니다.
Inheritance: IWindsorInstaller
显示文件 Open project: debop/NFramework

Public Methods

Method Description
Install ( IWindsorContainer container, IConfigurationStore store ) : void

Performs the installation in the T:Castle.Windsor.IWindsorContainer.

Method Details

Install() public method

Performs the installation in the T:Castle.Windsor.IWindsorContainer.
public Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer The container.
store IConfigurationStore The configuration store.
return void