Windsor API
-
Windsor API
- IContainerAccessor API Document
-
IWindsorContainer API Document
- Properties
-
Methods
- RemoveChildContainer(IWindsorContainer childContainer)
- AddChildContainer(IWindsorContainer childContainer)
- Release(Object instance)
- Resolve(Type service) : Object
- Resolve(String key) : Object
- AddComponentWithProperties(String key, Type serviceType, Type classType, IDictionary extendedProperties)
- AddComponentWithProperties(String key, Type classType, IDictionary extendedProperties)
- AddComponentWithLifestyle(String key, Type serviceType, Type classType, LifestyleType lifestyle)
- AddComponentWithLifestyle(String key, Type classType, LifestyleType lifestyle)
- AddComponent(String key, Type serviceType, Type classType)
- AddComponent(String key, Type classType)
- AddFacility(String key, IFacility facility)