Threads in c# windows application
Windows Task Manager show开发者_StackOverflows four threads for my simple C# Windows application. What are these for?
- Main thread
- Debugger thread
- Finalizer thread
- GDI+ rendering thread
Source
There's good discussion on the topic on this thread:
http://bytes.com/topic/c-sharp/answers/588402-do-nothing-winform-app-using-4-threads
精彩评论