DkmThread.SystemPart Propriedade

Definição

Adicional Descreve as características do thread que são relevantes para um Thread Win32 completo. Atualmente, esse valor é necessário e todos os threads terão um bloco ' System '. No futuro, esse valor poderá ser nulo se o DkmThread representar algo diferente de um Thread Win32 completo.

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

Valor da propriedade

DkmThread.System

Retorna DkmThread.System.

Aplica-se a