DkmThread.SystemPart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Optional] Describes traits of the thread which are relevant to a full Win32 thread. Currently, this value is required, and all threads will have a 'System' block. In the future, this value may be NULL if the DkmThread represents something other than a full Win32 thread.
public:
property Microsoft::VisualStudio::Debugger::DkmThread::System ^ SystemPart { Microsoft::VisualStudio::Debugger::DkmThread::System ^ get(); };
public Microsoft.VisualStudio.Debugger.DkmThread.System SystemPart { get; }
public Microsoft.VisualStudio.Debugger.DkmThread.System? SystemPart { get; }
member this.SystemPart : Microsoft.VisualStudio.Debugger.DkmThread.System
Public ReadOnly Property SystemPart As DkmThread.System
Property Value
Returns DkmThread.System.