标签: .net debugging com clr appdomain
我已经阅读了这篇文章:Is it possible to enumerate the AppDomains in a remote process? 现在,我可以获得ICorPublishAppDomain个实例。但它只提供我不在乎的ID和名称。我想获取IAppDomainSetup提供的ApplicationBase。有可能吗?
ICorPublishAppDomain
IAppDomainSetup
ApplicationBase