0 out of 1 rated this helpful - Rate this topic

IDependencyResolver Interface

Represents a dependency injection container.

Namespace:  System.Web.Http.Dependencies
Assembly:  System.Web.Http (in System.Web.Http.dll)
public interface class IDependencyResolver : IDependencyScope, 
	IDisposable

The IDependencyResolver type exposes the following members.

  NameDescription
Public methodBeginScope Starts a resolution scope.
Public methodDispose (Inherited from IDisposable.)
Public methodGetServiceRetrieves a service from the scope. (Inherited from IDependencyScope.)
Public methodGetServicesRetrieves a collection of services from the scope. (Inherited from IDependencyScope.)
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.