TraceEventCache.Timestamp 属性

定义

获取计时器机制中的当前刻度数。

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

属性值

基础计时器机制的最小时间单位计数值。

注解

get 访问器调用 Stopwatch.GetTimestamp 方法以获取时间戳。 Stopwatch如果 类使用高分辨率性能计数器, GetTimestamp 将返回该计数器的当前值。 Stopwatch如果 类使用系统计时器, GetTimestamp 返回 TicksDateTime.Now属性。

适用于