DkmSteppingRange.LineNumber 字段

定义

单步执行范围的源行号。 其含义取决于正在逐步进行的底层运行时。 对于本机代码和 MSIL,这是范围内指令的源行号。 对于 MSIL,UInt32 用于指示范围应扩展到方法的末尾。

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 

字段值

UInt32

适用于