Specifies the priority of the thread.
[Visual Basic] Public Enum ThreadPriority [C#] public enum ThreadPriority [C++] public enum ThreadPriority
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
AboveNormal | [To be supplied.] |
BelowNormal | [To be supplied.] |
Highest | [To be supplied.] |
Lowest | [To be supplied.] |
Normal | [To be supplied.] |
Namespace: System.Threading
Assembly: mscorlib.dll