共用方式為


JitInfo.GetCompiledILBytes(Boolean) 方法

定義

取得已編譯之中繼語言的位元元組數目。 如果 為 currentThreadtrue,則此值的範圍設定為目前的線程,否則為全域值。

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

參數

currentThread
Boolean

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

傳回

JIT 已編譯的 IL 位元組數目。

適用於