mscorlib(4.0.0.0) API with additions
ThreadPriority.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Threading
4
{
6
[
Serializable
]
7
[ComVisible(
true
)]
8
public
enum
ThreadPriority
9
{
11
Lowest,
13
BelowNormal,
15
Normal,
17
AboveNormal,
19
Highest
20
}
21
}
System.Threading.ThreadPriority
ThreadPriority
Specifies the scheduling priority of a T:System.Threading.Thread.
Definition:
ThreadPriority.cs:8
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
System.Threading
Definition:
_IOCompletionCallback.cs:3
All cs
System.Threading
ThreadPriority.cs
Generated by
1.8.15