find out whether pc is slow machine
Published: 19. November 2011 | Updated: 19. November 2011License: Microsoft Public License (MS-PL)
Categories: Windows » Hardware
Tags: C# Hardware Windows WPF
Snippets example shows how to find out whether computer has a low-end processor in WPF
Import namespace
using System.Windows;
Code
bool isSlowMachine = SystemParameters.IsSlowMachine;
| Send us feedback about this snippet » |





