DkmDebugProcessRequest.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 API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Property Value

Applies to