CallSiteOps.GetMatch(CallSite) Metoda

Definicja

Przestroga

do not use this method

Sprawdza, czy wykonywana reguła jest zgodna.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

site
CallSite

Wystąpienie dynamicznej lokacji wywołań.

Zwraca

true jeśli reguła jest zgodna; w przeciwnym razie , false.

Atrybuty

Dotyczy