Compartilhar via


CallSiteOps.SetNotMatched(CallSite) Método

Definição

Cuidado

do not use this method

Verifica se um site dinâmico requer uma atualização.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

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

Parâmetros

site
CallSite

Uma instância do site de chamada dinâmico.

Retornos

true se a regra não precisar ser atualizada. Caso contrário, false.

Atributos

Aplica-se a