Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a list of assemblies available for the application.
Namespace: System.Web.Http.Dispatcher
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Function GetAssemblies As ICollection(Of Assembly)
'Usage
Dim instance As IAssembliesResolver
Dim returnValue As ICollection(Of Assembly)
returnValue = instance.GetAssemblies()
ICollection<Assembly> GetAssemblies()
ICollection<Assembly^>^ GetAssemblies()
abstract GetAssemblies : unit -> ICollection<Assembly>
function GetAssemblies() : ICollection<Assembly>
Return Value
Type: System.Collections.Generic.ICollection<Assembly>
An <see cref="T:System.Collections.Generic.ICollection`1" /> of assemblies.