2018年9月19日

Thread 实例化

摘要: 1 //运行实例方法 2 3 class Program { 4 public void myThreadMethod() 5 { 6 Console.WriteLine("myThreadMethod"); 7 } 8 static void Main(string[] a... 阅读全文

posted @ 2018-09-19 16:51 fortwater 阅读(107) 评论(0) 推荐(0) 编辑

Thread类

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading; 6 7 namespace Consoleapplication 8 { 9 //类名Program 10 class P... 阅读全文

posted @ 2018-09-19 15:12 fortwater 阅读(136) 评论(0) 推荐(0) 编辑

导航