Tag microsoft

Get Total Physical RAM using C#

RAM

Getting the total installed physical memory (RAM) in the system is made simple using the following code snippet.   You can get the System’s total Physical Memory (RAM) programmatically using C#.   1 – Add a reference to Microsoft.VisualBasic in…