AssemblyNameProxy 类  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供可远程使用的 AssemblyName 版本。
public ref class AssemblyNameProxy : MarshalByRefObjectpublic class AssemblyNameProxy : MarshalByRefObject[System.Runtime.InteropServices.ComVisible(true)]
public class AssemblyNameProxy : MarshalByRefObjecttype AssemblyNameProxy = class
    inherit MarshalByRefObject[<System.Runtime.InteropServices.ComVisible(true)>]
type AssemblyNameProxy = class
    inherit MarshalByRefObjectPublic Class AssemblyNameProxy
Inherits MarshalByRefObject- 继承
- 属性
构造函数
| AssemblyNameProxy() | 初始化 AssemblyNameProxy 类的新实例。 | 
方法
| CreateObjRef(Type) | 创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。(继承自 MarshalByRefObject) | 
| Equals(Object) | 确定指定对象是否等于当前对象。(继承自 Object) | 
| GetAssemblyName(String) | 获取给定文件的  | 
| GetHashCode() | 作为默认哈希函数。(继承自 Object) | 
| GetLifetimeService() | 
		已过时.
	 检索控制此实例的生存期策略的当前生存期服务对象。(继承自 MarshalByRefObject) | 
| GetType() | 获取当前实例的 Type。(继承自 Object) | 
| InitializeLifetimeService() | 
		已过时.
	 获取生存期服务对象来控制此实例的生存期策略。(继承自 MarshalByRefObject) | 
| MemberwiseClone() | 创建当前 Object 的浅表副本。(继承自 Object) | 
| MemberwiseClone(Boolean) | 创建当前 MarshalByRefObject 对象的浅表副本。(继承自 MarshalByRefObject) | 
| ToString() | 返回表示当前对象的字符串。(继承自 Object) |