Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
GetService ( |
Retrieves a service from the container.
|
|
GetServices ( |
Retrieves a collection of services from the container.
|
|
WindsorDependencyScope ( [ container ) : System |
|
Method | Description | |
---|---|---|
TryResolveService ( IWindsorContainer container, |
||
TryResolveServices ( IWindsorContainer container, |
public GetService ( |
||
serviceType | The service to be retrieved. | |
return | object |
public GetServices ( |
||
serviceType | The collection of services to be retrieved. | |
return | IEnumerable |
public WindsorDependencyScope ( [ container ) : System | ||
container | [ | Windsor container. |
return | System |