JitInfo.GetCompiledMethodCount(Boolean) Methode

Definitie

Hiermee haalt u het aantal methoden op dat is gecompileerd. Als currentThread dat het is true, is deze waarde gericht op de huidige thread; anders is dit een globale waarde.

public static long GetCompiledMethodCount(bool currentThread = false);
static member GetCompiledMethodCount : bool -> int64
Public Shared Function GetCompiledMethodCount (Optional currentThread As Boolean = false) As Long

Parameters

currentThread
Boolean

true om een waarde te retourneren die specifiek is voor de huidige thread; false om een globale waarde te retourneren. De standaardwaarde is false.

Retouren

Het aantal methoden dat de JIT heeft gecompileerd.

Van toepassing op