Dear ladies and sirs.
I have an application with dynamic types emitted at run-time. In order to inspect the generated .NET code, we save the dynamically generated assemblies and use the Reflector.
I am wondering whether there is a way to reflect them the Reflector way while the respective process is running, without having to save the dynamic assemblies? In other words to have sort of "Attach to process ..." button in Reflector.
Thanks.
EDIT: The only raison d'etre for the feature is to reflect on dynamically generated assemblies.