DkmThread.System.Id Field

Definition

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

public: initonly int Id;
initonly int Id;
public readonly int Id;
val mutable Id : int
Public ReadOnly Id As Integer 

Field Value

Applies to