Hi,
How about using Performance counters
(System.Diagnostics.PerformanceCounter)?
PerformanceCounter memory = new PerformanceCounter("Memory", "Available
KBytes");
> Is there an SDK or other DotNet call to determine the total amount of
> physical RAM installed on a system?
[quoted text clipped - 3 lines]
> user
> that they don't have enough RAM installed to run efficiently.
Billg_sd - 14 Feb 2005 22:35 GMT
Hi,
Thanks for the feedback. I'll give em a try. I just thought there would be
something in System.Diagnostics or System.Environment
Thanks,
--Bill
> Hi,
>
[quoted text clipped - 10 lines]
> > user
> > that they don't have enough RAM installed to run efficiently.