J James Jul 9, 2004 #1 Is there a tool that will allow me to look at a .Net executable and list the currently existing app domains at runtime?
Is there a tool that will allow me to look at a .Net executable and list the currently existing app domains at runtime?
M Mattias Sjögren Jul 9, 2004 #3 Is there a tool that will allow me to look at a .Net executable and list the currently existing app domains at runtime? Click to expand... Tools can do this using the ICorPublish* COM API. Here's an example http://staff.develop.com/woodring/dotnet/#corpub Mattias
Is there a tool that will allow me to look at a .Net executable and list the currently existing app domains at runtime? Click to expand... Tools can do this using the ICorPublish* COM API. Here's an example http://staff.develop.com/woodring/dotnet/#corpub Mattias