摘要: /*** AppDomain 表示应用程序域,它是一个应用程序在其中执行的独立环境。无法继承此类。 应用程序域(由 AppDomain 对象表示)为执行托管代码提供隔离、卸载和安全边界。 使用应用程序域隔离可能终止进程的任务。如果正在执行任务的 AppDomain 的状态变得不稳定, 则可以卸载 AppDomain,但不会影响进程。当进程必须不重新启动而长时间运行时,这一点很... 阅读全文
posted @ 2016-09-02 11:21 如.若 阅读(2598) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Kernel.Interface { public interface IObjcet { void Put()... 阅读全文
posted @ 2016-09-02 10:07 如.若 阅读(9235) 评论(0) 推荐(0) 编辑