IAssemblyLocator.GetAssemblies Method
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Hubs
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Function GetAssemblies As IList(Of Assembly)
'Usage
Dim instance As IAssemblyLocator
Dim returnValue As IList(Of Assembly)
returnValue = instance.GetAssemblies()
IList<Assembly> GetAssemblies()
IList<Assembly^>^ GetAssemblies()
abstract GetAssemblies : unit -> IList<Assembly>
function GetAssemblies() : IList<Assembly>
Return Value
Type: System.Collections.Generic.IList<Assembly>
Returns IList<T>.