Re: [ADVANCED-DOTNET] Enumerating AppDomains Collection

2003-10-07 Thread Kapil Sachdeva
This can be done using Com Interoperability. The page that answer you query very well is : http://weblogs.asp.net/nunitaddin/posts/1992.aspx Hope this helps. regards Kapil --- Hussein <[EMAIL PROTECTED]> wrote: > i can reach the current executing process through > System.Diagnostics but > how c

Re: [ADVANCED-DOTNET] Enumerating AppDomains Collection

2003-10-07 Thread Mike Woodring
You have to resort to COM interop. Purely managed applications can't 'see' outside their current appdomain (as far as they're concerned, there appdomain is the entire extent of their world). If resorting to COM interop is okay, I have a sample here that demonstrates how to enumerate processes and

[ADVANCED-DOTNET] Enumerating AppDomains Collection

2003-10-07 Thread Hussein
i can reach the current executing process through System.Diagnostics but how can i reach a collection of the appdomains in this process . i need to iterate inside these appdomains found in a specific process ? === This list is hosted by DevelopMentorĀ® http://www.de