Reputation: 287
Is there any way to look at your processor's characteristics using C#? Third party library, built-in Microsoft library or sth. else.
Upvotes: 1
Views: 179
Reputation: 2334
You can do it using WMI. See this.
Upvotes: 5