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

Definitie

Let op

do not use this method

Hiermee haalt u de cache van bindingsregels op.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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)

Type parameters

T

Het type gemachtigde van de CallSite.

Parameters

site
CallSite<T>

Een exemplaar van de dynamische oproepsite.

Retouren

De cache.

Kenmerken

Van toepassing op