The XThreadBase type exposes the following members.

Constructors

  NameDescription
XThreadBaseOverloaded.

Methods

  NameDescription
Abort
Aborts the thread.
AbortWait
Implements the thread abort from different threads.
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
CheckAbort
Tests whether is necessary to abort the thread.
JoinOverloaded.
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
OnExitThread
Method is called when the thread is exiting.
OnStartThread
Method is called when the thread is starting.
Resume
Resumes the suspended thread.
StartOverloaded.
StartImpl
Implements a thread start.
Suspend
Suspends the thread.
ThreadProcedure
Raises a code of the thread running.
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Properties

  NameDescription
Info
Returns a parameter from the thread start.
IsCurrent
Returns if the thread is just running.
IsStarted
Returns if the thread is started.
IsSuspended
Returns if the thread is suspended.
Name
Gets or sets the thread name.
SyncRoot

Events

  NameDescription
ExitThread
The event is raised when thread exits.
StartThread
The event is raised when thread starts.

See Also