CallSiteOps.GetRuleCache<T>(CallSite<T>) Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Figyelemfelhívás
do not use this method
Lekéri a kötési szabály gyorsítótárát.
Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.
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)
Típusparaméterek
- T
A delegált CallSitetípusa.
Paraméterek
- site
- CallSite<T>
A dinamikus híváswebhely egy példánya.
Válaszok
A gyorsítótár.
- Attribútumok