IAssembliesResolver.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)

Syntax

ICollection<Assembly> GetAssemblies()
ICollection<Assembly^>^ GetAssemblies()
abstract GetAssemblies : unit -> ICollection<Assembly>
Function GetAssemblies As ICollection(Of Assembly)

Return Value

Type: System.Collections.Generic.ICollection<Assembly>

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

See Also

IAssembliesResolver Interface
System.Web.Http.Dispatcher Namespace

Return to top