CallSiteOps.UpdateRules<T>(CallSite<T>, Int32) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Varning
do not use this method
Uppdaterar regler i cacheminnet.
Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.
public:
generic <typename T>
where T : class static void UpdateRules(System::Runtime::CompilerServices::CallSite<T> ^ this, int matched);
[System.Obsolete("do not use this method", true)]
public static void UpdateRules<T>(System.Runtime.CompilerServices.CallSite<T> this, int matched) where T : class;
[<System.Obsolete("do not use this method", true)>]
static member UpdateRules : int -> unit (requires 'T : null)
Public Shared Sub UpdateRules(Of T As Class) (this As CallSite(Of T), matched As Integer)
Typparametrar
- T
Typen av ombud för CallSite.
Parametrar
- this
- CallSite<T>
En instans av den dynamiska anropswebbplatsen.
- matched
- Int32
Det matchade regelindexet.
- Attribut