Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsBackground

bool System.Threading.Thread.IsBackground
getset

Definition at line 194 of file Thread.cs.

195 {
196 get
197 {
198 return IsBackgroundNative();
199 }
200 set
201 {
203 if (!value)
204 {
206 }
207 }
208 }
bool _mayNeedResetForThreadPool
Definition Thread.cs:172
void SetBackgroundNative(bool isBackground)

Referenced by System.Threading.Thread.ResetThreadPoolThreadSlow().