DkmRawStackContext.ThreadContext 属性

定义

可有可无执行堆栈审核时要使用的初始线程上下文。 此值通常为 "null",但可以对其进行设置,以便查看其他调用堆栈 (例如: .cxr) 。

此 API 是在 Visual Studio 14 RTM (VS14RTM) 中引入的。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ ThreadContext { System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<byte> ThreadContext { get; }
member this.ThreadContext : System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public ReadOnly Property ThreadContext As ReadOnlyCollection(Of Byte)

属性值

ReadOnlyCollection<Byte>

适用于