摘要:
namespace Practices.Services.AppDomainManagers{ public class AppDomainManager:ServiceBase { #region Private Members private readonly Dictionarystring,AppDomain m_AppDomains = new Dictionarystring, AppDomain(); private readonly Dictionarystring, AppDomainEventNotify m_AppDomainEventNotifys = ne
阅读全文