您的位置:首页 > 其它

进程、线程、应用程序域 暑期学习笔记(一)

2008-07-24 13:47 344 查看
《Pro c# with .net 3.0 Sepcial Edition》

真是好书,下面的代码是我自己理解写的,做个备查。

跟书上源代码不大一样我的是写在一个项目里头的。

最后程序域的那个例子里头需要引用System.Windows.Form。

using System;

2using System.Collections.Generic;

3using System.Linq;

4using System.Text;

5using System.Diagnostics;

6using System.Reflection;

7using System.Windows.Forms;

8

9

10namespace ProcessTest

11
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: