IMethodMessage.MethodBase Egenskap
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Hämtar den MethodBase anropade metoden.
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
Egenskapsvärde
För MethodBase den anropade metoden.
- Attribut
Undantag
Den omedelbara anroparen anropar anropet via en referens till gränssnittet och har inte infrastrukturbehörighet.
Kommentarer
Den här informationen överförs inte till en fjärrplats, men används för att cachelagras metodbasen efter att den har letats upp en gång.