DkmSteppingRange.Length 字段

定义

步进范围的长度。 其含义取决于正在逐步进行的底层运行时。 对于本机代码和 MSIL,这是范围中指令数的字节计数。 对于 MSIL,UInt32 用于指示范围应扩展到方法的末尾。

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 

字段值

UInt32

适用于