DkmUserMessage.TimeStamp Property

Definition

An optional timestamp value. Typically, obtained via QueryPerformanceCounter when the object is created. Note that if the object is created on the local side of the remoting layer, no timestamp will be available.

This API was introduced in Visual Studio 14 RTM (DkmApiVersion.VS14RTM).

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

Property Value

Applies to