InternalMessageWrapper 类

定义

包装在消息接收器之间传递的远程处理数据,或者用于从客户端到服务器的请求,或者用于后续的响应。

此 API 支持产品基础结构,不能在代码中直接使用。

public ref class InternalMessageWrapper
public class InternalMessageWrapper
[System.Runtime.InteropServices.ComVisible(true)]
public class InternalMessageWrapper
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class InternalMessageWrapper
type InternalMessageWrapper = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type InternalMessageWrapper = class
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type InternalMessageWrapper = class
Public Class InternalMessageWrapper
继承
InternalMessageWrapper
派生
属性

注解

InternalMessageWrapper是 和 MethodReturnMessageWrapper 类的MethodCallMessageWrapper基类,用于包装远程对象上方法调用的消息。

InternalMessageWrapper由.NET Framework的基础结构使用。 无需直接创建 、 MethodCallMessageWrapperMethodReturnMessageWrapper 类的InternalMessageWrapper实例。

构造函数

InternalMessageWrapper(IMessage)

此 API 支持产品基础结构,不能在代码中直接使用。

初始化 InternalMessageWrapper 类的新实例。

字段

WrappedMessage

此 API 支持产品基础结构,不能在代码中直接使用。

表示由消息包装所包装的请求或响应 IMethodMessage 接口。

方法

Equals(Object)

此 API 支持产品基础结构,不能在代码中直接使用。

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

(继承自 Object)
GetHashCode()

此 API 支持产品基础结构,不能在代码中直接使用。

作为默认哈希函数。

(继承自 Object)
GetType()

此 API 支持产品基础结构,不能在代码中直接使用。

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

此 API 支持产品基础结构,不能在代码中直接使用。

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

此 API 支持产品基础结构,不能在代码中直接使用。

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

(继承自 Object)

适用于

另请参阅