Possible Duplicate:
How to check if object has been disposed in C#
all the agonies of mine are how can I check if an object, in .net for example an object of Bitmap, has been disposed or not yet. Shall I need to check if the property thrown an ObjectDisposedException to know if that object has been disposed or not.
I think that very dummy way to know, any one have a better way??