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
衍生
屬性
實作

備註

實作IConstructionReturnMessage的訊息會回傳與 。IConstructionCallMessage

屬性

名稱 Description
ArgCount

取得傳入方法的參數數。

(繼承來源 IMethodMessage)
Args

會接收一組參數傳入方法。

(繼承來源 IMethodMessage)
Exception

在方法呼叫時會拋出例外。

(繼承來源 IMethodReturnMessage)
HasVarArgs

會得到一個值,表示訊息是否有變數參數。

(繼承來源 IMethodMessage)
LogicalCallContext

會取得目前方法呼叫的 。LogicalCallContext

(繼承來源 IMethodMessage)
MethodBase

取得被調用方法的 。MethodBase

(繼承來源 IMethodMessage)
MethodName

會獲得所調用方法的名稱。

(繼承來源 IMethodMessage)
MethodSignature

會得到包含方法簽名的物件。

(繼承來源 IMethodMessage)
OutArgCount

取得標記為 ref or out 參數的方法呼叫中參數的參數數量。

(繼承來源 IMethodReturnMessage)
OutArgs

回傳標記為 a refout 參數的指定參數。

(繼承來源 IMethodReturnMessage)
Properties

會得到 IDictionary 代表訊息屬性集合的 。

(繼承來源 IMessage)
ReturnValue

取得方法呼叫的回傳值。

(繼承來源 IMethodReturnMessage)
TypeName

取得呼叫目標特定物件的全 Type 名。

(繼承來源 IMethodMessage)
Uri

取得呼叫目標特定物件的 URI。

(繼承來源 IMethodMessage)

方法

名稱 Description
GetArg(Int32)

作為 Object

(繼承來源 IMethodMessage)
GetArgName(Int32)

會將參數名稱傳入方法。

(繼承來源 IMethodMessage)
GetOutArg(Int32)

回傳標記為 a refout 參數的指定參數。

(繼承來源 IMethodReturnMessage)
GetOutArgName(Int32)

回傳標記為 a refout 參數的指定參數名稱。

(繼承來源 IMethodReturnMessage)

適用於