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
- 派生
- 属性
- 实现
注解
实现 IConstructionReturnMessage 的消息返回随 一起 IConstructionCallMessage发送的构造请求的结果。
属性
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) |
返回标记为 |