包含一系列代码的偏移信息。
此结构由 ICorDebugStepper::StepRange 方法使用。
Syntax
typedef struct {
    ULONG32 startOffset;
    ULONG32 endOffset;
} COR_DEBUG_STEP_RANGE;
Members
| 成员 | Description | 
|---|---|
| startOffset | 范围的开头的偏移量。 | 
| endOffset | 范围的末尾的偏移量。 | 
要求
平台: 请参阅 .NET 支持的作系统。
页眉: CorDebug.idl
图书馆: CorGuids.lib
.NET 版本: 自 .NET Framework 1.0 起可用