AssemblyLocator Class

Definition

Locates an assembly and returns information about its modules.

public ref class AssemblyLocator : MarshalByRefObject
[System.Runtime.InteropServices.Guid("458aa3b5-265a-4b75-bc05-9bea4630cf18")]
public class AssemblyLocator : MarshalByRefObject
[<System.Runtime.InteropServices.Guid("458aa3b5-265a-4b75-bc05-9bea4630cf18")>]
type AssemblyLocator = class
    inherit MarshalByRefObject
Public Class AssemblyLocator
Inherits MarshalByRefObject
Inheritance
AssemblyLocator
Attributes

Remarks

AssemblyLocator is used internally by the .NET Framework. You do not need to use the class directly in your code.

Constructors

AssemblyLocator()

Initializes a new instance of the AssemblyLocator class.

Methods

CreateObjRef(Type)

Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.

(Inherited from MarshalByRefObject)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetLifetimeService()
Obsolete.

Retrieves the current lifetime service object that controls the lifetime policy for this instance.

(Inherited from MarshalByRefObject)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InitializeLifetimeService()
Obsolete.

Obtains a lifetime service object to control the lifetime policy for this instance.

(Inherited from MarshalByRefObject)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
MemberwiseClone(Boolean)

Creates a shallow copy of the current MarshalByRefObject object.

(Inherited from MarshalByRefObject)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to