包含程式碼範圍的位移資訊。
此結構是由 ICorDebugStepper::StepRange 方法使用。
語法
typedef struct {
ULONG32 startOffset;
ULONG32 endOffset;
} COR_DEBUG_STEP_RANGE;
Members
| 成員 | Description |
|---|---|
startOffset |
範圍開頭的偏移量。 |
endOffset |
範圍末端的偏移。 |
需求
平台: 請參閱 .NET 支援的作業系統。
標題: CorDebug.idl
圖書館: CorGuids.lib
.NET 版本: 自 .NET Framework 1.0 起提供