IsHighResolution Field
Collapse the table of content
Expand the table of content

Stopwatch.IsHighResolution Field

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Indicates whether the timer is based on a high-resolution performance counter. This field is read-only.

Namespace:  System.Diagnostics
Assembly:  System (in System.dll)

public static readonly bool IsHighResolution

The timer used by the Stopwatch class depends on the system hardware and operating system. IsHighResolution is true if the Stopwatch timer is based on a high-resolution performance counter. Otherwise, IsHighResolution is false, which indicates that the Stopwatch timer is based on the system timer.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft