标签:manage line bsp nbsp pre color console read 获取
//当前进程
Process current = Process.GetCurrentProcess();
//进程下线程
ProcessThreadCollection allThreads = current.Threads;
//当前线程
Console.WriteLine("ID:{0}", Thread.CurrentThread.ManagedThreadId);
标签:manage line bsp nbsp pre color console read 获取
原文地址:http://www.cnblogs.com/Jasmine-K/p/7647295.html