This is a snippet using the WMI class to retrieve processor information. In this snippet I only retrieve a few of the items, there are many more you can retrieve
[b]Instructions:[/b] Add a reference
This is a snippet using the WMI class to retrieve processor information. In this snippet I only retrieve a few of the items, there are many more you can retrieve
[b]Instructions:[/b] Add a reference to the System.Management Namespace, call the method and it will return a Hashtable populated with cpu attributes
<">