CallSiteOps.GetMatch(CallSite) Méthode

Définition

Attention

do not use this method

Vérifie s’il existe une correspondance pour la règle exécutée.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

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

Paramètres

site
CallSite

Instance du site d'appel dynamique.

Retours

true si la règle est mise en correspondance ; sinon, false.

Attributs

S’applique à