DkmSteppingRange.StartOffset 字段

定义

单步执行范围的开头。 其含义取决于正在逐步进行的底层运行时。 对于 MSIL,这在开始 IL 偏移量相对于方法的开始处。 对于本机代码,这是 RVA。

public: initonly System::UInt32 StartOffset;
public: initonly unsigned int StartOffset;
initonly unsigned int StartOffset;
public readonly uint StartOffset;
val mutable StartOffset : uint32
Public ReadOnly StartOffset As UInteger 

字段值

UInt32

适用于