JitInfo.GetCompiledILBytes(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得已編譯之中繼語言的位元元組數目。 如果 為 currentThread
true
,則此值的範圍設定為目前的線程,否則為全域值。
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 位元組數目。