CallSiteOps.GetMatch(CallSite) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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