Application Memory Usage

L

Leon

I noticed that any running .NET window application including .Net
Visual Studio, when GUI is not minimized and keped running for long
time, the memory useage of its could be high, but, when it is
minimized the memory useage will be immedictely drop down. I think
this is where .Net garbage collection takes place. I am wondering if
you can correct on this, and also give me some hints with what are
possible ways if I want keep the memory usage low, and how can I call
garbage collection explicitlly.

Thank you
 
K

Kevin Hood

Leon:

The "System.GC" class provides access to garbage
collection and is supported by the .NET Compact
Framework. I have not personally used this class so you
might want to consult the documentation which contains
some warnings and guidelines.

Kevin
 

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

Top