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

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

Méthodes publiques

Méthode Description
Install ( IWindsorContainer container, IConfigurationStore store ) : void

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

Method Details

Install() public méthode

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.
Résultat void