CallSiteOps.ClearMatch(CallSite) Metodo

Definizione

Attenzione

do not use this method

Cancella il flag di corrispondenza nel sito di chiamata matchmaker.

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

public:
 static void ClearMatch(System::Runtime::CompilerServices::CallSite ^ site);
[System.Obsolete("do not use this method", true)]
public static void ClearMatch(System.Runtime.CompilerServices.CallSite site);
[<System.Obsolete("do not use this method", true)>]
static member ClearMatch : System.Runtime.CompilerServices.CallSite -> unit
Public Shared Sub ClearMatch (site As CallSite)

Parametri

site
CallSite

Istanza del sito di chiamata dinamica.

Attributi

Si applica a