DkmSteppingRange.Length Field

Definition

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 

Field Value

Applies to