Is it possible to get the size of system available memory in C#.NET? if yes how?
Use Microsoft.VisualBasic.Devices.ComputerInfo.TotalPhysicalMemory.
Microsoft.VisualBasic.Devices.ComputerInfo.TotalPhysicalMemory
Right-click your project, Add Reference, select Microsoft.VisualBasic.
Microsoft.VisualBasic