简体   繁体   English

c#windows应用程序中的线程

[英]Threads in c# windows application

Windows Task Manager shows four threads for my simple C# Windows application. Windows任务管理器为我的简单C#Windows应用程序显示了四个线程。 What are these for? 这些是为了什么?

  1. Main thread 主线程
  2. Debugger thread 调试器线程
  3. Finalizer thread 终结者线程
  4. GDI+ rendering thread GDI +渲染线程

Source 资源

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM