Indicates whether the timer is based on a high-resolution performance counter. This field is read-only.
The timer used by the System.Diagnostics.Stopwatch class depends on the system hardware and operating system. Stopwatch.IsHighResolution is true if the System.Diagnostics.Stopwatch timer is based on a high-resolution performance counter. Otherwise, Stopwatch.IsHighResolution is false, which indicates that the System.Diagnostics.Stopwatch timer is based on the system timer.