Thread Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The Thread type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrentCulture Gets or sets the culture for the current thread.
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrentThread Gets the currently running thread.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrentUICulture Gets or sets the current culture used by the Resource Manager to look up culture-specific resources at run time.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsAlive Gets a value that indicates the execution status of the current thread.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsBackground Gets or sets a value that indicates whether a thread is a background thread.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ManagedThreadId Gets a unique identifier for the current, managed thread.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Name Gets or sets the name of the thread.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 ThreadState Gets a value that contains the states of the current thread.

Top