|
|
Managed
|
The ManagedThread type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Abort | Raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread. Calling this method usually terminates the thread. |
|
|
Abort(Object) | Raises a ThreadAbortException in the thread on which it is invoked, to begin the process of terminating the thread. Calling this method usually terminates the thread. |
|
|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
|
|
GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
|
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
|
Join | Blocks the calling thread until a thread terminates or the specified time elapses, while continuing to perform standard COM and SendMessage pumping. |
|
|
Join(Int32) | Blocks the calling thread until a thread terminates or the specified time elapses, while continuing to perform standard COM and SendMessage pumping. |
|
|
Join(TimeSpan) | Blocks the calling thread until a thread terminates or the specified time elapses, while continuing to perform standard COM and SendMessage pumping. |
|
|
Start | Causes a thread to be scheduled for execution. |
|
|
Start(Object) | Causes a thread to be scheduled for execution. |
|
|
ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
|
|
GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
|
|
GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |