DkmSteppingRange.StartOffset Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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