How do appDomain provide Isolation

旧时模样 提交于 2019-12-08 19:33:29
David Nelson

Yes this is certainly possible, and in fact it is the entire purpose of AppDomains. A quick Google search turns up a good resource:

http://geekswithblogs.net/elinden/archive/2008/09/12/application-processing-isolation-welcome-the-appdomain-object.aspx

Above link is broken, this one provides an overview of AppDomain sharing.

http://geekswithblogs.net/akraus1/archive/2012/07/25/150301.aspx

You may also want to look into the Managed Add-In Framework (MAF):

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!