CallSiteOps.GetMatch(CallSite) Metodo

Definizione

Attenzione

do not use this method

Controlla se la regola eseguita ha trovato una corrispondenza.

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

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

Parametri

site
CallSite

Istanza del sito di chiamata dinamico.

Restituisce

true in caso di corrispondenza della regola. In caso contrario, false.

Attributi

Si applica a