JitInfo.GetCompiledMethodCount(Boolean) メソッド

定義

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

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

パラメーター

currentThread
Boolean

true 現在のスレッドに固有の値を返す場合は 。 false グローバル値を返す場合は 。 既定値は false です。

戻り値

JIT がコンパイルしたメソッドの数。

適用対象