Method | Description | |
---|---|---|
WindsorServiceLocator ( IWindsorContainer container ) : System |
Initializes a new instance of the WindsorServiceLocator class.
|
Method | Description | |
---|---|---|
DoGetAllInstances ( |
When implemented by inheriting classes, this method will do the actual work of resolving all the requested service instances.
|
|
DoGetInstance ( |
When implemented by inheriting classes, this method will do the actual work of resolving the requested service instance.
|
protected DoGetAllInstances ( |
||
serviceType | Type of service requested. | |
return | IEnumerable |
protected DoGetInstance ( |
||
serviceType | Type of instance requested. | |
key | string | Name of registered service you want. May be null. |
return | object |
public WindsorServiceLocator ( IWindsorContainer container ) : System | ||
container | IWindsorContainer | The container. |
return | System |