JitInfo.GetCompiledILBytes(Boolean) メソッド

定義

コンパイルされた中間言語のバイト数を取得します。 が trueの場合currentThread、この値は現在のスレッドにスコープが設定されます。それ以外の場合はグローバル値です。

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

適用対象