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返します。

プロパティ

ArgCount

メソッドに渡された引数の数を取得します。

(継承元 IMethodMessage)
Args

メソッドに渡された引数の配列を取得します。

(継承元 IMethodMessage)
Exception

メソッドの呼び出し中にスローされた例外を取得します。

(継承元 IMethodReturnMessage)
HasVarArgs

メッセージに可変個の引数があるかどうかを示す値を取得します。

(継承元 IMethodMessage)
LogicalCallContext

現在のメソッド呼び出しの LogicalCallContext を取得します。

(継承元 IMethodMessage)
MethodBase

呼び出されたメソッドの MethodBase を取得します。

(継承元 IMethodMessage)
MethodName

呼び出されたメソッドの名前を取得します。

(継承元 IMethodMessage)
MethodSignature

メソッド シグネチャを格納しているオブジェクトを取得します。

(継承元 IMethodMessage)
OutArgCount

メソッドの呼び出しの引数のうち、ref パラメーターまたは out パラメーターとしてマークされた引数の数を取得します。

(継承元 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)

適用対象