Click or drag to resize

ManagedThread Properties

The ManagedThread type exposes the following members.

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