CallSiteOps.GetMatch(CallSite) Metod

Definition

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

Gäller för