Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
C# - How do you get total amount of RAM the computer has?
C#: How to get the size of available system memory?

How can I discover how much RAM is installed on a system, using C#?

share|improve this question
1  
Michael, you probably can read minds. I bow before you. – Kai Mattern Aug 29 '12 at 21:50
1  

marked as duplicate by Eric J., Michael Petrotta, SimpleCoder, Orion Edwards, aqwert Aug 29 '12 at 22:17

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Add a reference to Microsoft.VisualBasic, then use ComputerInfo.TotalPhysicalMemory

share|improve this answer
how to add? thanks – user1634465 Aug 29 '12 at 22:23
Explained here: msdn.microsoft.com/en-us/library/ms173136.aspx – Tim Schmelter Aug 29 '12 at 22:27

Not the answer you're looking for? Browse other questions tagged or ask your own question.