Share via


DkmSteppingRange.StartOffset Field

Definition

The start of a stepping range. The meaning is dependant on the the underlying runtime being stepped. For MSIL, this in the beginning IL offset relative to the start of the method. For native code, this is an 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 

Field Value

Applies to