E
Evan
I noticed that when I Minimize the Form of a WinForms application that the
memory used drops dramtically.
When the Form is restored, the memory usage increases, but not to where it
was.
I would like to duplicate this memory purging myself. Is there a way? I
don't think it's by using GC.Collect() because when I try that, I do not
get the same result.
What is the answer?
Cheers,
Evan
memory used drops dramtically.
When the Form is restored, the memory usage increases, but not to where it
was.
I would like to duplicate this memory purging myself. Is there a way? I
don't think it's by using GC.Collect() because when I try that, I do not
get the same result.
What is the answer?
Cheers,
Evan