Method | Description | |
---|---|---|
BeginScope ( ) : IDependencyScope |
Begins the scope.
|
|
Dispose ( ) : void |
Disposes the container.
|
|
GetService ( |
Gets the service for the specified type.
|
|
GetServices ( |
Gets all services for the specified type.
|
|
WindsorDependencyResolver ( [ container ) : System |
Initializes a new instance of the WindsorDependencyResolver class.
|
public GetService ( |
||
serviceType | Type of the service. | |
return | object |
public GetServices ( |
||
serviceType | Type of the service. | |
return | IEnumerable |
public WindsorDependencyResolver ( [ container ) : System | ||
container | [ | The container. |
return | System |