Check out AppDomain.GetAssemblies()
Hi,
I'm trying to find a way that I can view the DLLs loaded into a
Appdomain.
Using the sysInternals process explorer tool I can view all the DLLs
loaded in a given process say test.exe.
But as I understand the test.exe process itself can have multiple
AppDomains in it and I need to find a list of assmeblies loaded in each
Appdomain that is part of the test.exe.
Thanks!
Yedu - 30 Sep 2005 23:26 GMT
Thank You for your reply.
I was interested to know if any tool exists for me to look into the
assemblies inside an AppDomain.
This is what I'm trying find out :
When you look at the IIS Worker process w3wp.exe on Windows 2003, it has 2
Appdomains : A 'Default Domain' and another domain which ends in
'/xxxxx-xxxxx' (this AppDomain I believe represents your website). I'm
interested to find out which assemblies are loaded into each of these
AppDomains.
> Check out AppDomain.GetAssemblies()
>
[quoted text clipped - 9 lines]
>
> Thanks!