Is there a quick and easy way to determine how much memory is available on a system, or actually, how much total system memory a machine has? I'd rather use a .NET class if one exists.
Thanks,
Jacob438
Printable View
Is there a quick and easy way to determine how much memory is available on a system, or actually, how much total system memory a machine has? I'd rather use a .NET class if one exists.
Thanks,
Jacob438
Performance Counters can be used to retrieve memory usage . I don't have any code for you , sorry . You can also use some API but needs a lot of work .