Retreive hardware info

MrLucky

Freshman
Joined
Mar 5, 2006
Messages
47
Is it possible to get some hardware info of the current computer in C#?

Such as CPU Load, Total RAM, RAM Free, Hard disk space etc..

Thanks in advance :)
 
There is the API [api]GlobalMemoryStatus[/api] - maybe that'll help you, at least with with the RAM and [api]GetDiskFreeSpace[/api]... they're in VB6, maybe you can convert them to C#. :confused:
 
Back
Top