Uredi

AssemblyNameProxy Class

Definition

Provides a remotable version of the AssemblyName.

public ref class AssemblyNameProxy : MarshalByRefObject
public class AssemblyNameProxy : MarshalByRefObject
type AssemblyNameProxy = class
    inherit MarshalByRefObject
Public Class AssemblyNameProxy
Inherits MarshalByRefObject
Inheritance
AssemblyNameProxy

Constructors

Name Description
AssemblyNameProxy()

Initializes a new instance of the AssemblyNameProxy class.

Methods

Name Description
Equals(Object)

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

(Inherited from Object)
GetAssemblyName(String)

Gets the AssemblyName for a given file.

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