CallSiteOps.SetNotMatched(CallSite) Metodo

Definizione

Attenzione

do not use this method

Controlla se un sito dinamico richiede un aggiornamento.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

site
CallSite

Istanza del sito di chiamata dinamica.

Valori restituiti

true se la regola non richiede l'aggiornamento; in caso contrario, false.

Attributi

Si applica a