Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GetAssemblies | Returns a list of assemblies available for the application. |
Top