DkmSymbolStackWalkContext.ThreadContext 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可有可无执行堆栈审核时要使用的初始 Win32 上下文。 此值通常为 "null",但可以对其进行设置,以便查看其他调用堆栈 (例如: .cxr) 。
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)