Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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.

Return to top
Show: