ICorDebugModule.EnableJITDebugging(Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void EnableJITDebugging(int bTrackJITInfo, int bAllowJitOpts);
public:
void EnableJITDebugging(int bTrackJITInfo, int bAllowJitOpts);
void EnableJITDebugging(int bTrackJITInfo, int bAllowJitOpts);
public void EnableJITDebugging (int bTrackJITInfo, int bAllowJitOpts);
abstract member EnableJITDebugging : int * int -> unit
Public Sub EnableJITDebugging (bTrackJITInfo As Integer, bAllowJitOpts As Integer)
Parameters
- bTrackJITInfo
- Int32
- bAllowJitOpts
- Int32