DkmThread.System Class

Definition

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: ref class DkmThread::System sealed
class DkmThread::System sealed
public sealed class DkmThread.System
type DkmThread.System = class
Public NotInheritable Class DkmThread.System
Inheritance
DkmThread.System

Constructors

DkmThread.System(Int32)

Initialize a new System value.

Fields

Id

Thread Id (TID) assigned by the operating system. While running, this uniquely identifies the thread within a particular DkmProcess.

Applies to