DkmThread.SystemPart Property

Definition

[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; }
member this.SystemPart : Microsoft.VisualStudio.Debugger.DkmThread.System
Public ReadOnly Property SystemPart As DkmThread.System

Property Value

Returns DkmThread.System.

Applies to