Is it possible to get the size of system available memory in C#.NET? if yes how?
Using the performance counters accessible via System.Diagnostics will be one option.
Refer http://www.dotnetspider.com/resources/4612-Find-Memory-usage-CPU-usage.aspx
Hope this helps!