各位大大,c#的winform程序,有什么办法可以监控自己本身的线程数?有没有办法可以监控每个线程的状态?
1. 监控线程数:System.Diagnostics.Process.Threads.Count
2. 监控线程状态:System.Threading.Thread.ThreadState