Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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

NameDescription
System_CAPS_pubmethodBeginScope()

Starts a resolution scope.

System_CAPS_pubmethodDispose()

(Inherited from IDisposable.)

System_CAPS_pubmethodGetService(Type^)

Retrieves a service from the scope.(Inherited from IDependencyScope.)

System_CAPS_pubmethodGetServices(Type^)

Retrieves a collection of services from the scope.(Inherited from IDependencyScope.)

Return to top
Show: