ContainerWrapper
public class ContainerWrapper : IContainerAdapter, IComponent, IContainer, IDisposable, IServiceContainer, IServiceProvider, IContainerAccessor
Implementation of IContainerAdapter that does not assume ownership of the
wrapped IWindsorContainer.
Gets all the components in the IContainer.
Gets the adapted IWindsorContainer
Gets or sets the ISite associated with the IComponent.
Event that notifies the disposal of the IComponent.
Constructs an initial ContainerWrapper.
Constructs an initial ContainerWrapper.
Adds the specified IComponent to the IContainer at the end of the list.
Adds the specified IComponent to the IContainer at the end of the list,
and assigns a name to the component.
Adds the specified service to the service container.
Adds the specified service to the service container.
Adds the specified service to the service container, and optionally
promotes the service to any parent service containers.
Adds the specified service to the service container, and optionally
promotes the service to parent service containers.
Releases the resources used by the component.
Releases the resources used by the component.
Gets the service object of the specified type.
Removes a component from the IContainer.
Removes the specified service type from the service container.
Removes the specified service type from the service container,
and optionally promotes the service to parent service containers.