DefaultAssemblyLocator Class

.NET Framework 4.5

Represents the default assembly locator.

Inheritance Hierarchy

System.Object
  Microsoft.AspNet.SignalR.Hubs.DefaultAssemblyLocator

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

Syntax

'Declaration
Public Class DefaultAssemblyLocator _
    Implements IAssemblyLocator
'Usage
Dim instance As DefaultAssemblyLocator
public class DefaultAssemblyLocator : IAssemblyLocator
public ref class DefaultAssemblyLocator : IAssemblyLocator
type DefaultAssemblyLocator =  
    class 
        interface IAssemblyLocator 
    end
public class DefaultAssemblyLocator implements IAssemblyLocator

The DefaultAssemblyLocator type exposes the following members.

Constructors

  Name Description
Public method DefaultAssemblyLocator Initializes a new instance of the DefaultAssemblyLocator class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAssemblies Gets the assemblies that have been loaded into the current application domain.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.AspNet.SignalR.Hubs Namespace