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 呼叫的方法。

屬性

例外狀況

直接呼叫者透過介面的參考來呼叫,且沒有基礎設施權限。

備註

這些資訊不會傳送到遠端位置,而是用來在查詢一次後快取方法庫。

適用於