示例#1
0
 /**
  * should the jitter preserve debugging information for methods
  * in this module?
  */
 public void EnableJitDebugging(bool trackJitInfo, bool allowJitOpts)
 {
     m_module.EnableJITDebugging(trackJitInfo ? 1 : 0,
                                 allowJitOpts ? 1 : 0);
 }