DkmStowedExceptionInformation.StackTraceWordSize 属性

定义

StackTrace 成员指向的堆栈跟踪中每个单词的大小(以字节为单位)。 对于32位平台,此值设置为4,对于64位平台,此值设置为8。

此 API 是在 Visual Studio 12 Update 3 (VS12Update3) 中引入的。

public:
 property System::UInt32 StackTraceWordSize { System::UInt32 get(); };
public:
 property unsigned int StackTraceWordSize { unsigned int get(); };
public uint StackTraceWordSize { get; }
member this.StackTraceWordSize : uint32
Public ReadOnly Property StackTraceWordSize As UInteger

属性值

UInt32

适用于