On 03/06/08 AstroMag wrote: > How can I get computer RAM (Random Access Memory) size in MONO? > How can I get Total Physical Memory and Free Physical Memory in MONO?
On Linux you can read the /proc/meminfo file which contains stuff like: MemTotal: 2067116 kB MemFree: 191708 kB lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
