Gal Ratner
Gal Ratner is a Techie who lives and works in Los Angeles. Follow galratner on Twitter
How to get the amount of available memory on your computer

You can find out the amount of memory on your comuter and more by using the ComputerInfo class in Microsoft.VisualBasic.Devices.

Use:

ComputerInfo cf = new ComputerInfo();
ulong memory = cf.AvailablePhysicalMemory;

To find find out how much memory you have available.


Posted 27 Apr 2009 11:37 AM by Gal Ratner
Filed under: ,

Powered by Community Server (Non-Commercial Edition), by Telligent Systems