System::Threading::Thread::get_IsBackground 方法

Thread::get_IsBackground method

检查线程是否为后台线程。

bool System::Threading::Thread::get_IsBackground()

ReturnValue

如果为 true,则线程为后台;否则为前台。

另见