MethodCall.MethodBase プロパティ

定義

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

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

実装

属性

注釈

メソッドはリモート オブジェクトに属します。

適用対象