csharp Get Total Memory
((GC.GetTotalMemory(false) / 1024) / 1024);
Gets total memory used in MB. See http://msmvps.com/blogs/jon_skeet/archive/2011/04/05/of-memory-and-strings.aspx for further use.
Updated: Wednesday 6th April 2011, 11:54am
There are 0 comments
Comments are currently closed.