Click or drag to resize

Thread Properties

The Thread type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrentThread
Gets the current thread instance
Public propertyIsAlive
Gets a value indicating whether this thread is alive.
Public propertyIsMain
Gets a value indicating whether this thread instance is the main UI thread.
Public propertyStatic memberIsMainThread
Gets a value indicating if the current thread is the main UI thread.
Public propertyStatic memberMainThread
Gets the main thread.
Top
See Also