MethodReturnMessageWrapper 类

定义

实现 IMethodReturnMessage 接口以创建一条消息,该消息作为远程对象上的方法调用的响应。

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

public ref class MethodReturnMessageWrapper : System::Runtime::Remoting::Messaging::InternalMessageWrapper, System::Runtime::Remoting::Messaging::IMethodReturnMessage
public class MethodReturnMessageWrapper : System.Runtime.Remoting.Messaging.InternalMessageWrapper, System.Runtime.Remoting.Messaging.IMethodReturnMessage
[System.Runtime.InteropServices.ComVisible(true)]
public class MethodReturnMessageWrapper : System.Runtime.Remoting.Messaging.InternalMessageWrapper, System.Runtime.Remoting.Messaging.IMethodReturnMessage
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class MethodReturnMessageWrapper : System.Runtime.Remoting.Messaging.InternalMessageWrapper, System.Runtime.Remoting.Messaging.IMethodReturnMessage
type MethodReturnMessageWrapper = class
    inherit InternalMessageWrapper
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
[<System.Runtime.InteropServices.ComVisible(true)>]
type MethodReturnMessageWrapper = class
    inherit InternalMessageWrapper
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type MethodReturnMessageWrapper = class
    inherit InternalMessageWrapper
    interface IMethodReturnMessage
    interface IMethodMessage
    interface IMessage
Public Class MethodReturnMessageWrapper
Inherits InternalMessageWrapper
Implements IMethodReturnMessage
继承
MethodReturnMessageWrapper
属性
实现

注解

MethodReturnMessageWrapper由.NET Framework的远程处理基础结构使用。 无需直接创建 类的 MethodReturnMessageWrapper 实例;而是使用 IMethodReturnMessage 接口。

MethodReturnMessageWrapper 包装远程处理数据,以便在消息接收器之间传递。 远程处理服务器向客户端发送消息 MethodReturnMessageWrapper 以响应客户端请求。

构造函数

MethodReturnMessageWrapper(IMethodReturnMessage)

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

包装 IMethodReturnMessage 以创建一个 MethodReturnMessageWrapper

字段

WrappedMessage

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

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

(继承自 InternalMessageWrapper)

属性

ArgCount

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

获取传递给该方法的参数的数目。

Args

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

获取传递给该方法的参数数组。

Exception

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

获取方法调用期间引发的异常;或者如果该方法未引发异常,则为 null

HasVarArgs

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

获取一个标志,该标志指示该方法是否接受数目可变的参数。

LogicalCallContext

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

获取当前方法调用的 LogicalCallContext

MethodBase

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

获取被调用方法的 MethodBase

MethodName

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

获取被调用方法的名称。

MethodSignature

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

获取包含方法签名的对象。

OutArgCount

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

获取方法调用中标记为 refout 参数的参数的数目。

OutArgs

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

获取方法调用中标记为 refout 参数的一组参数。

Properties

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

表示远程处理消息属性集合的 IDictionary 接口。

ReturnValue

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

获取方法调用的返回值。

TypeName

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

获取在其上进行方法调用的远程对象的完整类型名称。

Uri

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

获取在其上进行方法调用的远程对象的统一资源标识符 (URI)。

方法

Equals(Object)

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

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

(继承自 Object)
GetArg(Int32)

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

获取指定索引处作为对象的方法参数。

GetArgName(Int32)

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

获取指定索引处的方法参数的名称。

GetHashCode()

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

作为默认哈希函数。

(继承自 Object)
GetOutArg(Int32)

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

返回标记为 refout 参数的指定参数。

GetOutArgName(Int32)

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

返回标记为 refout 参数的指定参数的名称。

GetType()

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

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

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

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

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

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

(继承自 Object)

适用于

另请参阅