DefaultAssembliesResolver.GetAssemblies Method

Returns a list of assemblies available for the application.

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

public virtual ICollection<Assembly> GetAssemblies()

Return Value

Type: System.Collections.Generic.ICollection<Assembly>
A <see cref="T:System.Collections.ObjectModel.Collection`1" /> of assemblies.

Implements

IAssembliesResolver.GetAssemblies()
Show: