IResolver Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allow the resolution of values based on type and optionally tag.
public interface IResolver
type IResolver = interface
Public Interface IResolver
- Derived
Remarks
The tag should be restrictive to services registered with that tag.
Methods
TryResolve(Type, Object, Object) |
Extension Methods
CanResolve(IResolver, Type, Object) | |
Resolve(IResolver, Type, Object) | |
TryResolve<T>(IResolver, Object, T) |