共用方式為


SystemInformationEvent.TimerStartTime 屬性

取得高解析度計時器,它會從 QueryPerformanceCounter 中擷取的開始時間。

命名空間:  Microsoft.VisualStudio.IntelliTrace
組件:  Microsoft.IntelliTrace.11.0.0 (在 Microsoft.IntelliTrace.11.0.0.dll 中)

語法

'宣告
Public ReadOnly Property TimerStartTime As Long
public long TimerStartTime { get; }
public:
property long long TimerStartTime {
    long long get ();
}
member TimerStartTime : int64 with get
function get TimerStartTime () : long

屬性值

型別:System.Int64

.NET Framework 安全性

請參閱

參考

SystemInformationEvent 類別

Microsoft.VisualStudio.IntelliTrace 命名空間