Share via


IMethodReturnMessage 成员

定义方法调用返回消息接口。

下表列出了由 IMethodReturnMessage 类型公开的成员。

公共属性

  名称 说明
Public property Exception 获取在方法调用期间引发的异常。
Public property OutArgCount 获取方法调用中标记为 refout 参数的参数的数目。
Public property OutArgs 返回标记为 refout 参数的指定参数。
Public property ReturnValue 获取方法调用的返回值。

页首

公共方法

  名称 说明
Public method GetOutArg 返回标记为 refout 参数的指定参数。
Public method GetOutArgName 返回标记为 refout 参数的指定参数的名称。

页首

请参见

参考

IMethodReturnMessage 接口
System.Runtime.Remoting.Messaging 命名空间