IConstructionReturnMessage 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
标识在尝试激活远程对象后返回的一 IMethodReturnMessage 个。
public interface class IConstructionReturnMessage : System::Runtime::Remoting::Messaging::IMethodReturnMessage
public interface IConstructionReturnMessage : System.Runtime.Remoting.Messaging.IMethodReturnMessage
[System.Runtime.InteropServices.ComVisible(true)]
public interface IConstructionReturnMessage : System.Runtime.Remoting.Messaging.IMethodReturnMessage
type IConstructionReturnMessage = interface
interface IMethodReturnMessage
interface IMethodMessage
interface IMessage
[<System.Runtime.InteropServices.ComVisible(true)>]
type IConstructionReturnMessage = interface
interface IMethodReturnMessage
interface IMethodMessage
interface IMessage
Public Interface IConstructionReturnMessage
Implements IMethodReturnMessage
- 派生
- 属性
- 实现
注解
实现
属性
| 名称 | 说明 |
|---|---|
| ArgCount |
获取传递给方法的参数数。 (继承自 IMethodMessage) |
| Args |
获取传递给方法的参数数组。 (继承自 IMethodMessage) |
| Exception |
获取在方法调用期间引发的异常。 (继承自 IMethodReturnMessage) |
| HasVarArgs |
获取一个值,该值指示消息是否具有变量参数。 (继承自 IMethodMessage) |
| LogicalCallContext |
获取 LogicalCallContext 当前方法调用。 (继承自 IMethodMessage) |
| MethodBase |
MethodBase获取调用的方法。 (继承自 IMethodMessage) |
| MethodName |
获取已调用方法的名称。 (继承自 IMethodMessage) |
| MethodSignature |
获取包含方法签名的对象。 (继承自 IMethodMessage) |
| OutArgCount |
获取标记为 |
| OutArgs |
返回标记为或 |
| Properties |
获取一个表示消息属性集合的集合 IDictionary 。 (继承自 IMessage) |
| ReturnValue |
获取方法调用的返回值。 (继承自 IMethodReturnMessage) |
| TypeName |
获取调用所面向的特定对象的全 Type 名。 (继承自 IMethodMessage) |
| Uri |
获取调用目标的特定对象的 URI。 (继承自 IMethodMessage) |
方法
| 名称 | 说明 |
|---|---|
| GetArg(Int32) |
获取一个特定参数作为一个 Object。 (继承自 IMethodMessage) |
| GetArgName(Int32) |
获取传递给方法的参数的名称。 (继承自 IMethodMessage) |
| GetOutArg(Int32) |
返回标记为或 |
| GetOutArgName(Int32) |
返回标记为 |