System.Runtime.JitInfo.GetCompiledMethodCount C# (CSharp) 메소드

GetCompiledMethodCount() 개인적인 메소드

private GetCompiledMethodCount ( bool currentThread = false ) : long
currentThread bool
리턴 long
        public static extern long GetCompiledMethodCount(bool currentThread = false);