How to

find out whether pc is slow machine

Published: 19. November 2011 | Updated: 19. November 2011
License: Microsoft Public License (MS-PL)
Categories: Windows » Hardware
Tags: C# Hardware Windows WPF
Was this snippet helpful for you? YESYES / NONO

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 »



Related Snippets: