M Mattias Sjögren Aug 26, 2007 #2 Is there a way to get all AppDomains of a specified Assembly? Click to expand... 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
Is there a way to get all AppDomains of a specified Assembly? Click to expand... 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
M Mattias Sjögren Aug 27, 2007 #4 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
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
G Guest Aug 28, 2007 #5 Thank you for your reply. Mattias Sjögren said: OK, for that you can use the ICorPublish family of COM APIs. See http://msdn2.microsoft.com/en-us/library/ms231592.aspx Mattias Click to expand...
Thank you for your reply. Mattias Sjögren said: OK, for that you can use the ICorPublish family of COM APIs. See http://msdn2.microsoft.com/en-us/library/ms231592.aspx Mattias Click to expand...