I've installed a few assemblies in GAC. Now, I'm loading them dynamicly in separate AppDomains.
Is there way to check if they are loaded as domain neutral assemblies?
I've installed a few assemblies in GAC. Now, I'm loading them dynamicly in separate AppDomains.
Is there way to check if they are loaded as domain neutral assemblies?
I found the solution by myself. Just use Process Explorer, get details of the process and then go to .Net Assemblies tab. But it need to run Process Explorer as administartor.