Share via


DkmSteppingRange.LineNumber Field

Definition

The source line number of the stepping range. The meaning is dependant on the the underlying runtime being stepped. For both native code and MSIL, this is the source line 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 LineNumber;
public: initonly unsigned int LineNumber;
initonly unsigned int LineNumber;
public readonly uint LineNumber;
val mutable LineNumber : uint32
Public ReadOnly LineNumber As UInteger 

Field Value

Applies to