Thread Members
Visual Studio 2008
The Thread object is used to examine and manipulate threads.
The Thread type exposes the following members.
| Name | Description | |
|---|---|---|
|
Collection | 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. |
|
DTE | Gets the top-level extensibility object. |
|
ID | Gets the thread ID. |
|
IsAlive | Gets whether the referenced thread is still alive. |
|
IsFrozen | Gets whether or not the thread is frozen by the debugger. |
|
Location | Gets the address at which the thread was executing code at the time the process was stopped for debugging. |
|
Name | Gets the name of the object. |
|
Parent | Gets the immediate parent object of a Thread object. |
|
Priority | Gets the scheduling priority of the thread. |
|
Program | Deprecated. Do not use. |
|
StackFrames | Gets the collection of stack frames through which this thread is executing. |
|
SuspendCount | Gets the number of times this thread has been suspended by the debugger. |