The XThread type exposes the following members.

Properties

  NameDescription
Info
Returns a parameter from the thread start.
(Inherited from XThreadBase.)
IsCurrent
Returns if the thread is just running.
(Overrides XThreadBase..::.IsCurrent.)
IsStarted
Returns if the thread is started.
(Inherited from XThreadBase.)
IsSuspended
Returns if the thread is suspended.
(Inherited from XThreadBase.)
Name
Gets or sets the thread name.
(Overrides XThreadBase..::.Name.)
SyncRoot (Inherited from XThreadBase.)
Thread
Returns the thread Thread which represents the system thread resource in .NET Framework.

See Also