CallSiteOps.SetNotMatched(CallSite) Méthode

Définition

Attention

do not use this method

Vérifie si un site dynamique requiert une mise à jour.

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 SetNotMatched(System::Runtime::CompilerServices::CallSite ^ site);
[System.Obsolete("do not use this method", true)]
public static bool SetNotMatched (System.Runtime.CompilerServices.CallSite site);
[<System.Obsolete("do not use this method", true)>]
static member SetNotMatched : System.Runtime.CompilerServices.CallSite -> bool
Public Shared Function SetNotMatched (site As CallSite) As Boolean

Paramètres

site
CallSite

Instance du site d'appel dynamique.

Retours

true si la règle ne nécessite pas de mise à jour, sinon false.

Attributs

S’applique à