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)

ICollection<Assembly^>^ GetAssemblies()

Return Value

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