Share via


Application.ApplicationThread Property

Gets the application thread.

Syntax

  public static System.Threading.Thread ApplicationThread {get;}

Property Value

System.Threading.Thread.  The application thread.

This property is read-only.

Remarks

This method is safe to call from any thread.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also