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 です。

戻り値

Int64

JIT がコンパイルした IL のバイト数。

適用対象