AppDomainViewer enables you to have a quick sneak peek into the list of AppDomains that exist in an application. It presents the list of applications with AppDomains in a tree structure, and you can view the AppDomains by expanding the application node.
You can further expand the AppDomain node to view the modules/assemblies loaded into that AppDomain.
This tool is based on a Microsoft code-sample provided with the book, Customizing the Microsoft .NET Framework Common Language Runtime. The original sample would only show 32-bit processes on a 32-bit OS, and only 64-bit processes on a 64-bit OS. This updated version would show both 32-bit and 64-bit processes running on a 64-bit OS.
You can download it here.
Friday, 13 August 2010
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment