AppDomain Iteration

  • Thread starter Thread starter Nadav
  • Start date Start date
N

Nadav

Hi,

I wonder is it possible to iterate through all AppDomains
in a certain Process ( using un/managed C++ ), if so, is
it possible to attach to a certain AppDomain ???

Thanks in advance,
Nadav,
Sofin l.t.d.
Look at a greate new tool I have developed at:
http://www.ddevel.com/home/main.asp
 
Hi!

If you write a profiler for managed code, then the profiler DLL can be
notified about, and thus will get to know, about the AppDomains that
will be created in a given Win32 Process.

You might want to consider the WZProfile Source code at

http://www.wintoolzone.com/dotnetsrc.aspx

to see on how to go about writing a profiler DLL and using it.

Regards,
Gaurav Khanna
---------------
Microsoft MVP - .NET
WinToolZone - Spelunking Microsoft Technologies
http://www.wintoolzone.com/
OpSupport - Spelunking Rotor
http://opsupport.sscli.net/
 
Back
Top