CoreApplication.Exit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shuts down the app.
public:
static void Exit();
static void Exit();
public static void Exit();
function exit()
Public Shared Sub Exit ()
Remarks
Starting with Windows 10, calling this method is no longer is treated as an app crash.
Don't call this method from within an activation event handler.
Windows Phone 8
This API is supported in native apps only.