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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.