Share via


DkmNonDebugProcess.StartTime Property

Definition

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. This can be set to 0 if this is unknown/invalid.

This API was introduced in Visual Studio 16 Update 9 (DkmApiVersion.VS16Update9).

public long StartTime { get; }
member this.StartTime : int64
Public ReadOnly Property StartTime As Long

Property Value

Applies to