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 dinamico.

Restituisce

true se la regola non richiede un aggiornamento. In caso contrario, false.

Attributi

Si applica a