Home

Castle Stronghold

The WindsorContainer class

The WindsorContainer implements the IWindsorContainer interface. The implementation is mostly in charge of resolving the configuration location, loading it and registering the facilities and components on the configuration.

The IKernel is exposed by the Kernel property. As in the IKernel, the most important methods are AddComponent and Resolve overloads. If you are using .net 2 you will find overloads that make use of generic arguments to avoid unnecessary type casts.

You should also consult the IWindsorContainer API document.

Google
Search WWW Search castleproject.org