COR_DEBUG_STEP_RANGE 結構COR_DEBUG_STEP_RANGE Structure
包含程式碼範圍的位移資訊。Contains the offset information for a range of code.
此結構是由 ICorDebugStepper:: StepRange 方法所使用。This structure is used by the ICorDebugStepper::StepRange method.
語法Syntax
typedef struct {
ULONG32 startOffset;
ULONG32 endOffset;
} COR_DEBUG_STEP_RANGE;
成員Members
memberMember | 描述Description |
---|---|
startOffset |
範圍開頭的位移。The offset of the beginning of the range. |
endOffset |
範圍結尾的位移。The offset of the end of the range. |
規格需求Requirements
平台: 請參閱 系統需求。Platforms: See System Requirements.
標頭: Cordebug.h .idlHeader: CorDebug.idl
程式庫: CorGuids.libLibrary: CorGuids.lib
.NET Framework 版本:自 1.0 起可用Available since 1.0.NET Framework Versions: 自 1.0 起可用Available since 1.0