会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Tree的专栏
Tree
博客园
首页
新随笔
联系
订阅
管理
2009年7月20日
[转]AppDomain的两个小技巧(程序运行完毕和未处理异常的处理)
摘要: 有时候,我们会需要在程序结束时进行一些处理,比如记录log日志,清除一些临时文件等工作。这时候我们可以利用AppDomain的ProcessExit事件:class Program{ static void Main(string[] args) { AppDomain.CurrentDomain.ProcessExit += (sender, arg) => File.WriteAllTe...
阅读全文
posted @ 2009-07-20 14:57 马可香蕉
阅读(740)
评论(0)
推荐(0)
编辑