ICorDebugStepper::SetRangeIL Method
Sets a value that specifies whether calls to ICorDebugStepper::StepRange pass argument values that are relative to the native code or relative to common intermediate language (CIL) code of the method that is being stepped through.
Syntax
HRESULT SetRangeIL (
[in] BOOL bIL
);
Parameters
bIL
[in] Set to true
to specify that the ranges are relative to the CIL code. Set to false
to specify that the ranges are relative to the native code. The default value is true
.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 1.0
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา