Table of Contents

Interface IAssembliesResolver

Namespace
System.Web.Http.Dispatcher
Assembly
System.Web.Http.dll

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

public interface IAssembliesResolver

Methods

GetAssemblies()

Returns a list of assemblies available for the application.

ICollection<Assembly> GetAssemblies()

Returns

ICollection<Assembly>

An <see cref="T:System.Collections.Generic.ICollection`1" /> of assemblies.