Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top