共用方式為


SystemInformationEvent.TimerFrequency 屬性

取得高解析度計時器,它會從 QueryPerformanceFrequency 中擷取的頻率。

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

語法

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

屬性值

型別:System.Int64

.NET Framework 安全性

請參閱

參考

SystemInformationEvent 類別

Microsoft.VisualStudio.IntelliTrace 命名空間