共用方式為


JitInfo.GetCompiledMethodCount(Boolean) 方法

定義

取得已編譯的方法數目。 如果 為 currentThreadtrue,則此值會限定為目前的線程,否則為全域值。

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

參數

currentThread
Boolean

true 傳回目前線程特定的值; false 表示傳回全域值。 預設值是 false

傳回

JIT 已編譯的方法數目。

適用於