ResolutionValueExtensions Methods |
The ResolutionValueExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| ResolveOptionalTService(IComponentContext) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptionalTService(IComponentContext, Parameter) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptionalTService(IComponentContext, IEnumerableParameter) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptionalKeyedTService(IComponentContext, Object) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptionalKeyedTService(IComponentContext, Object, Parameter) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptionalKeyedTService(IComponentContext, Object, IEnumerableParameter) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptionalNamedTService(IComponentContext, String) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptionalNamedTService(IComponentContext, String, Parameter) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| ResolveOptionalNamedTService(IComponentContext, String, IEnumerableParameter) |
Retrieve a service from the context, or null if the service is not
registered.
| |
| TryResolveT |
Try to retrieve a service from the context.
|