DkmProcessSnapshot.TimeStamp Property

Definition

The timestamp of the debug event for which the snapshot is taken. Typically, it's obtained via QueryPerformanceCounter when the debug event occurs.

This API was introduced in Visual Studio 15 Update 3 (DkmApiVersion.VS15Update3).

public:
 property System::UInt64 TimeStamp { System::UInt64 get(); };
public ulong TimeStamp { get; }
member this.TimeStamp : uint64
Public ReadOnly Property TimeStamp As ULong

Property Value

Applies to