Method | Description | |
---|---|---|
BeginScope ( ) : IDependencyScope |
Starts a resolution scope.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
GetService ( |
Resolves singly registered services that support arbitrary object creation.
|
|
GetServices ( |
Resolves multiply registered services.
|
|
UnityDependencyResolver ( IUnityContainer unityContainer ) : System |
Initializes a new instance of the UnityDependencyResolver class.
|
public GetService ( |
||
serviceType | The type of the requested service or object. | |
return | object |
public GetServices ( |
||
serviceType | The type of the requested services. | |
return | IEnumerable |
public UnityDependencyResolver ( IUnityContainer unityContainer ) : System | ||
unityContainer | IUnityContainer | The unity container. |
return | System |