AppDomain Iteration

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
 
K

Kumar Gaurav Khanna [.NET MVP]

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/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top