Share via


DkmProcess.Live.Id Field

Definition

Process Id (PID) assigned by the operating system. As the same process id may be used by multiple computers, and as process ids may be recycled, it is recommended to use 'UniqueId' for identity purposes.

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

Field Value

Applies to