Is there a method, or some other light-weight way, to check if a reference is to a disposed object?
P.S. - This is just a curiousity (sleep well, not in production code). Yes, I know I can catch the ObjectDisposedException upon trying to access a member of the object.
bool IsDisposed { get; }declaration onSystem.IDisposable. – nicodemus13 Aug 9 '12 at 12:30