DkmProcess.Live Class
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.
Information relevant to a running process. For example, this Part will NOT be present for minidumps.
public: ref class DkmProcess::Live sealed
class DkmProcess::Live sealed
public sealed class DkmProcess.Live
type DkmProcess.Live = class
Public NotInheritable Class DkmProcess.Live
- Inheritance
-
DkmProcess.Live
Constructors
DkmProcess.Live(Int32, Int64) |
Initialize a new Live value. |
Fields
Id |
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. |
StartTime |
64-bit date time value indicating when the process was started. The start time along with the id and the machine where the process was started can uniquely identify a process. |