다음을 통해 공유


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가 컴파일한 메서드의 수입니다.

적용 대상