IMethodMessage.MethodBase プロパティ

定義

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

public:
 property System::Reflection::MethodBase ^ MethodBase { System::Reflection::MethodBase ^ get(); };
public System.Reflection.MethodBase MethodBase { get; }
public System.Reflection.MethodBase MethodBase { [System.Security.SecurityCritical] get; }
member this.MethodBase : System.Reflection.MethodBase
[<get: System.Security.SecurityCritical>]
member this.MethodBase : System.Reflection.MethodBase
Public ReadOnly Property MethodBase As MethodBase

プロパティ値

呼び出されたメソッドの MethodBase

属性

例外

即時呼び出し元は、インターフェイスへの参照を使用して呼び出しを行い、インフラストラクチャのアクセス許可はありません。

注釈

この情報はリモートの場所に送信されませんが、メソッド ベースを 1 回検索した後にキャッシュするために使用されます。

適用対象