DkmProcessSnapshot.TimeStamp Property
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.
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