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 のバイト数。

適用対象