Hi,
Is it possible to list all static objects in the application or AppDomain via the code or any sort of tools (the more simple the better)? The idea is to analyse the objects of the most top level which lives as long as the application is running or until they are explicitly disposed.
Thank you
Alex