System.Runtime.JitInfo.GetCompiledMethodCount C# (CSharp) Method

GetCompiledMethodCount() private method

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