Tracking down un-destroyed object references

[quote=348988:@James Nicholson-Plank]Excuse my ignorance but how can you check this? See this?
I’m using add handler a lot to web threads and just assumed they fixed themselves when the thread was cleaned up.
Ive never known how to check for memory leaks.
So I would really like to check this out.
Thanks for any help.[/quote]
Runtime.MemoryUsed and Runtime.ObjectCount

Brilliant
Thank you

Excepting one problem
With weak address of you cant tell IF its still ok to call the item or not
Three’s no way to test the weak target like there is with a weak ref

Do you mean test for the existence of an event handler? I didn’t think that was possible.