|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to Get the List of AppDomains in a Specific Process?Hi, can anybody tell me if it is possible to detect whether a process has some AppDomain(s) hosted, and how to get the list of all the hosted AppDomains within that process?
>Hi, can anybody tell me if it is possible to detect whether a process has some AppDomain(s) hosted, and how to get the list of all the hosted AppDomains within that process? Use the ICorPublish APIs.http://msdn2.microsoft.com/en-us/library/ms231592.aspx Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. Thanks for your reply!
And, is there any purely managed API? Show quote "Mattias Sj?gren" <mattias.dont.want.spam@mvps.org> wrote in message news:Oag$afEbHHA.1400@TK2MSFTNGP06.phx.gbl... > >Hi, can anybody tell me if it is possible to detect whether a process has > >some AppDomain(s) hosted, and how to get the list of all the hosted > >AppDomains within that process? > > Use the ICorPublish APIs. > http://msdn2.microsoft.com/en-us/library/ms231592.aspx > > > Mattias > > -- > Mattias Sjögren [C# MVP] mattias @ mvps.org > http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com > Please reply only to the newsgroup. > >Thanks for your reply! No>And, is there any purely managed API? Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. I had the same question, but I was hoping that I could find out using DbgClr
or an existing tool. Are there no such tools? Thanks Show quote "Mattias Sjögren" <mattias.dont.want.spam@mvps.org> wrote in message news:OTQ3ujKcHHA.4888@TK2MSFTNGP02.phx.gbl... > >>Thanks for your reply! >>And, is there any purely managed API? > > No > > > Mattias > > -- > Mattias Sjögren [C# MVP] mattias @ mvps.org > http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com > Please reply only to the newsgroup. |
|||||||||||||||||||||||