DkmThread.System(Int32) Constructor

Definition

Initialize a new System value.

public:
 System(int Id);
public:
 System(int Id);
 System(int Id);
public System (int Id);
new Microsoft.VisualStudio.Debugger.DkmThread.System : int -> Microsoft.VisualStudio.Debugger.DkmThread.System
Public Sub New (Id As Integer)

Parameters

Id
Int32

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

Applies to