Interface IDependencyResolver
Represents a dependency injection container.
Inherited Members
System.IServiceProvider.GetService(System.Type)
System.IDisposable.Dispose()
Namespace: IRM.Dependencies
Assembly: IRM.dll
Syntax
public interface IDependencyResolver : IDependencyScope, IServiceProvider, IDisposable
Remarks
When implementing the interface the System.IDisposable.Dispose() is required to release all resource that has been created by this service locator.
Methods
BeginScope()
Starts a resolution scope.
Declaration
IDependencyScope BeginScope()
Returns
IDependencyScope
The dependency scope. |