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의 바이트 수입니다.

적용 대상