>Is there a way to get all AppDomains of a specified Assembly?
Do you mean all appdomains that an assembly has been loaded into? If
not, I'm not sure your question makes sense. Please clarify.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Anax Ender - 27 Aug 2007 19:08 GMT
I mean all AppDomains running in a specified process.
> >Is there a way to get all AppDomains of a specified Assembly?
>
> Do you mean all appdomains that an assembly has been loaded into? If
> not, I'm not sure your question makes sense. Please clarify.
>
> Mattias
Mattias Sjögren - 27 Aug 2007 20:54 GMT
>I mean all AppDomains running in a specified process.
OK, for that you can use the ICorPublish family of COM APIs. See
http://msdn2.microsoft.com/en-us/library/ms231592.aspx
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Anax Ender - 28 Aug 2007 17:46 GMT
Thank you for your reply.
> >I mean all AppDomains running in a specified process.
>
> OK, for that you can use the ICorPublish family of COM APIs. See
> http://msdn2.microsoft.com/en-us/library/ms231592.aspx
>
> Mattias