CallSiteOps.GetMatch(CallSite) Metod
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.
Varning
do not use this method
Kontrollerar om den utförda regeln matchade.
Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.
public:
static bool GetMatch(System::Runtime::CompilerServices::CallSite ^ site);
[System.Obsolete("do not use this method", true)]
public static bool GetMatch(System.Runtime.CompilerServices.CallSite site);
[<System.Obsolete("do not use this method", true)>]
static member GetMatch : System.Runtime.CompilerServices.CallSite -> bool
Public Shared Function GetMatch (site As CallSite) As Boolean
Parametrar
- site
- CallSite
En instans av den dynamiska anropswebbplatsen.
Returer
trueom regeln matchade; annars . false
- Attribut