DkmSteppingRange.Length 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 length of a stepping range. The meaning is dependant on the the underlying runtime being stepped. For both native code and MSIL, this is a byte count of the number of instructions in the range. For MSIL, UInt32.MaxValue is used to indicate that the range should extend to the end of the method.
public: initonly System::UInt32 Length;
public: initonly unsigned int Length;
initonly unsigned int Length;
public readonly uint Length;
val mutable Length : uint32
Public ReadOnly Length As UInteger