DkmSteppingRange.LineNumber 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 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