DkmThread.System(Int32) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.