Gal Ratner
Gal Ratner is a Techie who lives and works in Los Angeles.
Sign in
|
Join
|
Help
Home
Blogs
Media
Forums
Schedule
Consulting Services
Store
All Tags
»
memory
(RSS)
Browse Blog Posts by Tags
Showing related tags and posts for the
Blogs
application. See
all tags in the site
C#
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 to
.NET Development
by
Gal Ratner
on 27 Apr 2009
Filed under:
Filed under:
C#
,
memory
Page 1 of 1 (1 items)