I would like to know if it is possible to get all the objects running from an application/assembly/appdomain of a specific type...
I don't think reflection would help in this case as I need an object before hand. However, I want to got the other way: from a type I want all the objects created from it.
Is this possible with .Net?