1)添加引用 using System.Threading.
2)添加模式
ParamterizedThreadStat threadmode=new ParamterizedThreadStat (yourthreadfuction)
3)添加线程并启动
Thread my_thread=new Thread(threadmode);
my_thread.start(yourargument);
coolkillerman 博主文章分类:编程 ©著作权
1)添加引用 using System.Threading.
2)添加模式
ParamterizedThreadStat threadmode=new ParamterizedThreadStat (yourthreadfuction)
3)添加线程并启动
Thread my_thread=new Thread(threadmode);
my_thread.start(yourargument);
上一篇:C#中调用vc的DLL
下一篇:C#遍历目录中所有文件
调试多线程程序一般有以下几种办法1、在日志的
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M