IConstructionCallMessage 接口
表示对象的结构调用请求。
**命名空间:**System.Runtime.Remoting.Activation
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
<ComVisibleAttribute(True)> _
Public Interface IConstructionCallMessage
Inherits IMethodCallMessage, IMethodMessage, IMessage
用法
Dim instance As IConstructionCallMessage
[ComVisibleAttribute(true)]
public interface IConstructionCallMessage : IMethodCallMessage, IMethodMessage, IMessage
[ComVisibleAttribute(true)]
public interface class IConstructionCallMessage : IMethodCallMessage, IMethodMessage, IMessage
/** @attribute ComVisibleAttribute(true) */
public interface IConstructionCallMessage extends IMethodCallMessage, IMethodMessage,
IMessage
ComVisibleAttribute(true)
public interface IConstructionCallMessage extends IMethodCallMessage, IMethodMessage,
IMessage
备注
当用户通过调用 new 或者 Activator.CreateInstance 创建客户端激活对象的新实例时,在线程返回到用户代码之前,有一个 IConstructionCallMessage 发送到远程应用程序。当该构造消息到达远程应用程序时,它由远程处理激活器(既可以是默认的,也可以是 Activator 属性中指定的)处理,并且会创建一个新对象。远程处理应用程序然后将一个 IConstructionReturnMessage 返回到本地应用程序。IConstructionReturnMessage 包含 ObjRef 的一个实例,而后者是有关远程对象的信息包。远程处理基础结构将 ObjRef 实例转换为返回到用户代码的远程对象的代理。
平台
Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0
请参见
参考
IConstructionCallMessage 成员
System.Runtime.Remoting.Activation 命名空间