+ 1
what is name the class in c# for give me information about cpu and ram memory
2 Respuestas
+ 3
I found these resources, where they shared one common technique, by using the System.Diagnostics.PerformanceCounter
[WordPress - CPU & RAM usage]
https://vivekcek.wordpress.com/2009/10/22/how-to-get-cpu-and-memory-usage-c-net/
[Experts Exchange - CPU & RAM usage, disk info]
https://www.experts-exchange.com/questions/26646616/C-get-current-CPU-usage-Memory-usage-Disk-usage.html
I can't verify any of the samples, so bear me if they don't work :)
Hth, cmiiw