Click here to Skip to main content
15,667,885 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
See more:
i want to ask how i get the usage memory of windows (OS) by using c#.

and can i get tempertures of CPU also using c#


thanks to answer >>
Posted

here[^]
 
Share this answer
 
v2
http://msdn.microsoft.com/en-us/library/aa394493.aspx

For memory, have a look at the System.Diagnostics namespace. Not sure what you mean by OS memory usage. NTOSKRNL? Anything that's delivered by Windows? Including Disk Cache? Including Services?
 
Share this answer
 
michel ..

OS= operating system ..

i try the solution that you say :)

thanks
 
Share this answer
 
mark..
thanks to link :)

but can i use this class in c#
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900