Метод | Описание | |
---|---|---|
GetService ( |
Resolves singly registered services that support arbitrary object creation.
|
|
GetServices ( |
Resolves multiply registered services.
|
|
WindsorDependencyResolver ( [ container ) : System |
Initializes a new instance of the WindsorDependencyResolver class.
|
public GetService ( |
||
serviceType | The type of the requested service or object. | |
Результат | object |
public GetServices ( |
||
serviceType | The type of the requested services. | |
Результат | IEnumerable |
public WindsorDependencyResolver ( [ container ) : System | ||
container | [ | The container. |
Результат | System |