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) |
|