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システム タイマーを使用する場合は、 GetTimestampDateTime.NowプロパティをTicks返します。

適用対象