IWindsorInstaller
The contract to install components in the container.
using Castle.MicroKernel.SubSystems.Configuration;
using Castle.Windsor;
namespace Castle.MicroKernel.Registration
{
public interface IWindsorInstaller
{
void Install(IWindsorContainer container, IConfigurationStore store);
}
}