Provides essential methods related to Window Store application.
arguments | Arguments passed to application. |
---|
InvokeOnAppThread | Executes callback item on application thread. |
---|---|
InvokeOnUIThread | Executes callback item on UI thread. |
RunningOnAppThread | Returns true if you're running on application thread. |
RunningOnUIThread | Returns true if you're running on UI thread. |