G
Guest
Hi,
Till now i thought that any object or datatypes used in a dot net
application are disposed and memory is freed automatically once they go out
of scope.
But when i saw my application memory usage in the Remote Performance Monitor
i realized that it is not the case. Some of the bitmaps that i have created
are not getting disposed even when they go out of scope.
Can some one tell me what are the objects and datatypes that needs to be
disposed explictly for the GC to collect them.
Thanks,
Murthy
Till now i thought that any object or datatypes used in a dot net
application are disposed and memory is freed automatically once they go out
of scope.
But when i saw my application memory usage in the Remote Performance Monitor
i realized that it is not the case. Some of the bitmaps that i have created
are not getting disposed even when they go out of scope.
Can some one tell me what are the objects and datatypes that needs to be
disposed explictly for the GC to collect them.
Thanks,
Murthy