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

受呼叫方法的 MethodBase

屬性

例外狀況

立即呼叫者透過對介面的參考進行呼叫,且沒有基礎結構權限。

備註

這項資訊不會傳輸至遠端位置,但用於在查詢一次之後快取方法基底。

適用於