|   | Managed | 
The ManagedThread type exposes the following members.
 Properties
Properties
        | Name | Description | |
|---|---|---|
|   | IsAlive | Gets a value indicating the execution status of the current thread. | 
|   | Name | Gets or sets the name of the thread. | 
|   | Priority | Gets or sets a value indicating the scheduling priority of a thread. | 
|   | RunTime | Gets the total amount of time, in seconds, that the managed thread has been active. | 
|   | StartTime | Get the time, in ticks, that the thread started executing | 
|   | State | An object containing data to be used by the thread's execution method. | 
|   | Status | Gets a value containing the curretn status of the current thread. | 
|   | StopTime | Get the time, in ticks, that the thread finished executing | 
|   | Tag | An object that allows additional user defined information to be tracked along with this thread. | 
|   | Type | Returns the managed thread type (either StandardThread or QueuedThread) | 
 See Also
See Also