Udostępnij za pośrednictwem


SystemInformationEvent.TimerFrequency Property

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

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

Syntax

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

Property Value

Type: System.Int64

.NET Framework Security

See Also

Reference

SystemInformationEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace