c# - 在CLR中,后台线程和前台线程之间有什么区别?

标签 c# multithreading clr

后台线程和前台线程有什么区别?

最佳答案

MSDN:

Background threads are identical to foreground threads with one exception: a background thread does not keep the managed execution environment running.

关于c# - 在CLR中,后台线程和前台线程之间有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1330585/

相关文章:

c# - MonoTouch 对话框部分中的纯文本?

c# - 在android中,当应用程序因滑动而被杀死时,如何执行代码?

c# - Form.Invoke 卡住 UI

java - Future.get() 和 InterruptedException 异步线程

c - 在多个线程之间均衡负载

c# - 当我将 WPF UserControl 用于其内置项目以外的项目时,我的 WPF UserControl 无法找到资源

C# 正则表达式 for/"在字符串末尾

c# - 用 C++ 托管 CLR 运行时

c# - 检查文件是否为 .NET 程序集

c# - 为什么在 C# 中不包括从 T 到 T[] 的隐式转换?