IConstructionReturnMessage 接口

定义

标识在尝试激活远程对象后返回的一 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

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

(继承自 IMethodReturnMessage)
OutArgs

返回标记为或 ref 参数 out 的指定参数。

(继承自 IMethodReturnMessage)
Properties

获取一个表示消息属性集合的集合 IDictionary

(继承自 IMessage)
ReturnValue

获取方法调用的返回值。

(继承自 IMethodReturnMessage)
TypeName

获取调用所面向的特定对象的全 Type 名。

(继承自 IMethodMessage)
Uri

获取调用目标的特定对象的 URI。

(继承自 IMethodMessage)

方法

名称 说明
GetArg(Int32)

获取一个特定参数作为一个 Object

(继承自 IMethodMessage)
GetArgName(Int32)

获取传递给方法的参数的名称。

(继承自 IMethodMessage)
GetOutArg(Int32)

返回标记为或 ref 参数 out 的指定参数。

(继承自 IMethodReturnMessage)
GetOutArgName(Int32)

返回标记为 ref 或参数 out 的指定参数的名称。

(继承自 IMethodReturnMessage)

适用于