CoreApplication.Exit Method
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 ()
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.
This API is supported in native apps only.