IAssemblyLocator Interface

.NET Framework 4.5

Locates an assembly and returns information about its modules.

Namespace:  Microsoft.AspNet.SignalR.Hubs
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public interface class IAssemblyLocator

The IAssemblyLocator type exposes the following members.

  NameDescription
Public methodGetAssembliesReturns a list of assemblies that are referenced by the module.
Top
Show: