IAssembliesResolver Interface

 

Provides an abstraction for managing the assemblies of an application. A different implementation can be registered via the T:System.Web.Http.Services.DependencyResolver.

Namespace:   System.Web.Http.Dispatcher
Assembly:  System.Web.Http (in System.Web.Http.dll)

public interface class IAssembliesResolver

NameDescription
System_CAPS_pubmethodGetAssemblies()

Returns a list of assemblies available for the application.

Return to top
Show: