CallSiteOps.GetRuleCache<T>(CallSite<T>) Metoda

Definicja

Przestroga

do not use this method

Pobiera pamięć podręczną reguł powiązań.

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

public:
generic <typename T>
 where T : class static System::Runtime::CompilerServices::RuleCache<T> ^ GetRuleCache(System::Runtime::CompilerServices::CallSite<T> ^ site);
[System.Obsolete("do not use this method", true)]
public static System.Runtime.CompilerServices.RuleCache<T> GetRuleCache<T> (System.Runtime.CompilerServices.CallSite<T> site) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member GetRuleCache : System.Runtime.CompilerServices.CallSite<'T (requires 'T : null)> -> System.Runtime.CompilerServices.RuleCache<'T (requires 'T : null)> (requires 'T : null)
Public Shared Function GetRuleCache(Of T As Class) (site As CallSite(Of T)) As RuleCache(Of T)

Parametry typu

T

Typ delegata obiektu CallSite.

Parametry

site
CallSite<T>

Wystąpienie dynamicznej lokacji wywołań.

Zwraca

Pamięć podręczna.

Atrybuty

Dotyczy