ICorDebugStepper::SetRangeIL Method
Sets a value that specifies whether calls to ICorDebugStepper::StepRange Method pass argument values that are relative to the native code or relative to Microsoft intermediate language (MSIL) code of the method that is being stepped through.
HRESULT SetRangeIL (
[in] BOOL bIL
);
Parameters
Parameter | Description |
---|---|
bIL |
[in] Set to true to specify that the ranges are relative to the MSIL code. Set to false to specify that the ranges are relative to the native code. The default value is true. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Version: 2.0, 1.1, 1.0