© 1999-2048 dssz.net 粤ICP备11031372号
[其它] C#线程定义和使用方法详解
说明:一、C# Thread类的基本用法 通过System.Threading.Thread类可以开始新的线程,并在线程堆栈中运行静态或实例方法。可以通过Thread类的的构造方法传递一个无参数,并且不返回值(返回void)的委托(ThreadStart),这个委托的定义如下: [ComVisibleAttribute(true)] public delegate void ThreadStart() 我们可以通过如下的方法来建立并运行一个线程。 代码如下:using System; using<weixin_38599712> 在 上传 | 大小:122880