Application Class
Provides services for applications.
public class Application
Public Static Methods
Method | Description |
DeferredInvoke | Schedules a callback to occur at a future time on the application thread. |
DeferredInvokeOnWorkerThread | Schedules two callbacks to occur at a future time on the worker thread. |
IsMcmlLoaded | Determines whether the specified Windows Media Center Markup Language (MCML) is loaded. |
LoadMcml | Loads MCML markup from the specified URI. |
UnloadMcml | Unloads markup that was previously loaded from the specified URI. |
Public Static Properties
Property | Description |
ApplicationThread | Gets the application thread. |
IsApplicationThread | Gets a value that indicates whether the current thread is the application thread. |
Public Static Events
Event | Description |
Idle | Raised when the application is in idle mode. |
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