AssemblyNameProxy 类

定义

提供可远程版本的 AssemblyName.

public ref class AssemblyNameProxy : MarshalByRefObject
public class AssemblyNameProxy : MarshalByRefObject
[System.Runtime.InteropServices.ComVisible(true)]
public class AssemblyNameProxy : MarshalByRefObject
type AssemblyNameProxy = class
    inherit MarshalByRefObject
[<System.Runtime.InteropServices.ComVisible(true)>]
type AssemblyNameProxy = class
    inherit MarshalByRefObject
Public Class AssemblyNameProxy
Inherits MarshalByRefObject
继承
AssemblyNameProxy
属性

构造函数

名称 说明
AssemblyNameProxy()

初始化 AssemblyNameProxy 类的新实例。

方法

名称 说明
CreateObjRef(Type)

创建一个对象,其中包含生成用于与远程对象通信的代理所需的所有相关信息。

(继承自 MarshalByRefObject)
Equals(Object)

确定指定的对象是否等于当前对象。

(继承自 Object)
GetAssemblyName(String)

获取 AssemblyName 给定文件。

GetHashCode()

用作默认哈希函数。

(继承自 Object)
GetLifetimeService()
已过时.

检索控制此实例的生存期策略的当前生存期服务对象。

(继承自 MarshalByRefObject)
GetType()

获取当前实例的 Type

(继承自 Object)
InitializeLifetimeService()
已过时.

获取生存期服务对象来控制此实例的生存期策略。

(继承自 MarshalByRefObject)
MemberwiseClone()

创建当前 Object的浅表副本。

(继承自 Object)
MemberwiseClone(Boolean)

创建当前 MarshalByRefObject 对象的浅表副本。

(继承自 MarshalByRefObject)
ToString()

返回一个表示当前对象的字符串。

(继承自 Object)

适用于