2006年6月26日

连接线程

摘要: 我们一般用Join方法。但一般让线程有序进行就可以排成一个委托链。 using System;using System.Collections.Generic;using System.Text;using System.Threading;namespace ThreadTest{ class Program { private static Thread th; ... 阅读全文

posted @ 2006-06-26 18:00 萝卜青菜 阅读(272) 评论(1) 推荐(0) 编辑

在指定应用程序域中执行代码

摘要: 超级入门级:) 哈哈~ 留个纪念。 //// 在指定应用程序域中执行代码//////using System;using System.Collections.Generic;using System.Text;namespace DomainTest{ class Program { private static string strKey = "Key1"; ... 阅读全文

posted @ 2006-06-26 09:53 萝卜青菜 阅读(636) 评论(0) 推荐(0) 编辑

导航