Share via


Application.IsApplicationThread Property

Gets a value that indicates whether the current thread is the application thread.

Syntax

  public static bool IsApplicationThread {get;}

Property Value

System.Booleantrue if it is an application thread; otherwise false.

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