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.
.NET Framework 4This member overrides DefaultAssemblyLocator.GetAssemblies().
Namespace: Microsoft.AspNet.SignalR.SystemWeb.Infrastructure
Assembly: Microsoft.AspNet.SignalR.SystemWeb (in Microsoft.AspNet.SignalR.SystemWeb.dll)
Syntax
'Declaration
Public Overrides Function GetAssemblies As IList(Of Assembly)
'Usage
Dim instance As BuildManagerAssemblyLocator
Dim returnValue As IList(Of Assembly)
returnValue = instance.GetAssemblies()
public override IList<Assembly> GetAssemblies()
public:
virtual IList<Assembly^>^ GetAssemblies() override
abstract GetAssemblies : unit -> IList<Assembly>
override GetAssemblies : unit -> IList<Assembly>
public override function GetAssemblies() : IList<Assembly>
Return Value
Type: System.Collections.Generic.IList<Assembly>
Returns IList<T>.
Implements
IAssemblyLocator.GetAssemblies()