VB.NET System Hardware Total and "free" memory.

  • Thread starter Thread starter Michael
  • Start date Start date
M

Michael

How can I determine a users PC Total system memory and memory available or
free at the time of my program loading.

Thanks
 
Michael,

When you programming is processing the used memory is completly dynamical,
and therefore my question because I am curious about that, what is the
reason of your question?

Cor
 
Cor

The stress analysis program I am developing assembles a global matrix based
on the number of elements etc.

As the complexity of the problem increases so does the global array which is
solved by linear matrix algebra.

I wanted a method to be able to advise a user that there was sufficient
memory available or warn when the limit is being reached.

Thanks

Mike
 
Mr Wagner

Thanks for the reply I notice that API calls are needed. Does this mean
that VB.Net has no mechanism to read the total system memory

Thanks for the reply

Mike
 
Michael said:
Thanks for the reply I notice that API calls are needed. Does this mean
that VB.Net has no mechanism to read the total system memory

That's true.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Windows 7 Setting up Wake on LAN 3
System.OutOfMemoryException 6
Getting the total and free amount of RAM 5
Can't access memory stick 6
Memory Usange In VB.NET 5
System Information 2
Memory issue 8
Empires Dawn of the Modern World 2

Back
Top