The following tables list the members exposed by IDependencyResolver.
Public Methods
| Name | Description |
| CanResolve | Overloaded.
Determines if the type TType can be resolved.
|
| LazyResolve | Overloaded.
Gets a function that resolves an unnamed instance of the type TType.
This function delays the creation of types which is useful to improve performance particularly when the specified type allocates expensive resources.
|
| Resolve | Overloaded.
Resolves the unnamed instance of the type TType.
|
| ResolveAll | Overloaded.
Gets all possible named and unnamed resolutions for the type TType.
|
Top
See Also