Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
PriorityLevel
ThreadPriorityLevel
System.Diagnostics.ProcessThread.PriorityLevel
get
set
Definition at line
48
of file
ProcessThread.cs
.
49
{
50
[SupportedOSPlatform(
"windows"
)]
51
[SupportedOSPlatform(
"linux"
)]
52
[SupportedOSPlatform(
"freebsd"
)]
53
get
54
{
55
if
(!
_priorityLevel
.HasValue)
56
{
57
_priorityLevel
=
PriorityLevelCore
;
58
}
59
return
_priorityLevel
.Value;
60
}
61
[SupportedOSPlatform(
"windows"
)]
62
set
63
{
64
PriorityLevelCore
=
value
;
65
_priorityLevel
=
value
;
66
}
67
}
System.Diagnostics.ProcessThread._priorityLevel
ThreadPriorityLevel? _priorityLevel
Definition
ProcessThread.cs:23
System.Diagnostics.ProcessThread.PriorityLevelCore
ThreadPriorityLevel PriorityLevelCore
Definition
ProcessThread.cs:123
System.ExceptionArgument.value
@ value
System
Diagnostics
ProcessThread
Generated by
1.10.0