IAssembliesResolver Interface

Provides an abstraction for managing the assemblies of an application. A different implementation can be registered via the DependencyResolver.

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

Syntax

'Declaration
Public Interface IAssembliesResolver
'Usage
Dim instance As IAssembliesResolver
public interface IAssembliesResolver
public interface class IAssembliesResolver
type IAssembliesResolver =  interface end
public interface IAssembliesResolver

The IAssembliesResolver type exposes the following members.

Methods

  Name Description
Public method GetAssemblies Returns a list of assemblies available for the application.

Top

See Also

Reference

System.Web.Http.Dispatcher Namespace