SystemInformationEvent.TimerFrequency Property

Gets the frequency of the high resolution timer, which is retrieved from QueryPerformanceFrequency.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.0.0.dll)

Syntax

'Declaration
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

Property Value

Type: Int64

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace