Thread Members
Include Protected Members
Include Inherited Members
The Thread object is used to examine and manipulate threads.
The Thread type exposes the following members.
Methods
Name
Description
Stops the thread from executing.
Allows the thread to execute.
Top
Properties
Name
Description
Gets the collection containing the object that supports this property or that is contained within this code construct. Returns null for an object that was not obtained from a collection.
Gets the top-level extensibility object.
Gets the thread ID.
Gets whether the referenced thread is still alive.
Gets whether or not the thread is frozen by the debugger.
Gets the address at which the thread was executing code at the time the process was stopped for debugging.
Gets the name of the object.
Gets the immediate parent object of a Thread object.
Gets the scheduling priority of the thread.
Deprecated. Do not use.
Gets the collection of stack frames through which this thread is executing.
Gets the number of times this thread has been suspended by the debugger.
Top