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

GetCompiledILBytes() private method

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