Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WaitReason
ThreadWaitReason
System.Diagnostics.ProcessThread.WaitReason
get
Definition at line
73
of file
ProcessThread.cs
.
74
{
75
get
76
{
77
if
(
_threadInfo
.
_threadState
!= ThreadState.Wait)
78
{
79
throw
new
InvalidOperationException
(
System
.
SR
.
WaitReasonUnavailable
);
80
}
81
return
_threadInfo
.
_threadWaitReason
;
82
}
83
}
System.Diagnostics.ProcessThread._threadInfo
readonly ThreadInfo _threadInfo
Definition
ProcessThread.cs:19
System.Diagnostics.ThreadInfo._threadState
ThreadState _threadState
Definition
ThreadInfo.cs:15
System.Diagnostics.ThreadInfo._threadWaitReason
ThreadWaitReason _threadWaitReason
Definition
ThreadInfo.cs:17
System.SR.WaitReasonUnavailable
static string WaitReasonUnavailable
Definition
SR.cs:40
System.SR
Definition
SR.cs:7
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
System
Definition
BlockingCollection.cs:8
System
Diagnostics
ProcessThread
Generated by
1.10.0