DkmStowedExceptionInformation.StackTraceWords 属性

定义

StackTrace 成员指向的堆栈跟踪中的单词数。 字数等于数组中元素的数目。

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

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

属性值

UInt32

适用于