Hi! I'm writting the library using mono soft debugger wire protocol
In this library, I want to keep track of all currently loaded app domains in a target process I get root domain id during VM_START event I get new app domains with help of APPDOMAIN_CREATE event But what if I would attach to a process when two or more appdomains were already created? How can I get a second one, for example, immediately after attaching to a process? Is there any way? For now I know that I have more than one appdomain only when new assembly is being loaded in another app domain (not the root one). Thanx for help! -- View this message in context: http://mono.1490590.n4.nabble.com/Getting-list-of-all-currently-created-appdomains-with-soft-debugger-tp4660980.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
