IMethodMessage.MethodBase 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得被調用方法的 。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 呼叫的方法。
- 屬性
例外狀況
直接呼叫者透過介面的參考來呼叫,且沒有基礎設施權限。
備註
這些資訊不會傳送到遠端位置,而是用來在查詢一次後快取方法庫。