all groups > dotnet clr > september 2005 >
You're in the

dotnet clr

group:

Viewing DLLs loaded in an Appdomain


Viewing DLLs loaded in an Appdomain reach.yedu NO[at]SPAM gmail.com
9/30/2005 8:23:27 AM
dotnet clr: 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!
Re: Viewing DLLs loaded in an Appdomain Yedu
9/30/2005 3:26:05 PM
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.


[quoted text, click to view]
Re: Viewing DLLs loaded in an Appdomain Siva M
10/1/2005 12:03:01 AM
Check out AppDomain.GetAssemblies()

[quoted text, click to view]
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!

AddThis Social Bookmark Button