WindsorContainer
public WindsorContainer()
public WindsorContainer(string name, IWindsorContainer parent, IConfigurationInterpreter interpreter)
public IWindsorContainer AddComponentLifeStyle(string key, Type serviceType, Type classType, LifestyleType lifestyle)
public virtual IWindsorContainer AddComponentWithProperties(string key, Type classType, IDictionary extendedProperties)
public virtual IWindsorContainer AddComponentWithProperties(string key, Type serviceType, Type classType, IDictionary extendedProperties)
public IWindsorContainer AddFacility<T>(string idInConfiguration, Action<T> configureFacility) where T : IFacility