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)

适用于