DkmCppWinRTExceptionInformation.CapturedStack 属性

定义

可有可无如果异常包含捕获的堆栈跟踪,则指定捕获帧的地址。

此 API 是在 Visual Studio 12 RTM (VS12RTM) 中引入的。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^> ^ CapturedStack { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmInstructionAddress> CapturedStack { get; }
member this.CapturedStack : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.DkmInstructionAddress>
Public ReadOnly Property CapturedStack As ReadOnlyCollection(Of DkmInstructionAddress)

属性值

ReadOnlyCollection<DkmInstructionAddress>

适用于