ApplicationManager.Launch Method

Launches an application.

Syntax

public:
static void Launch(
         String^ aumidOrUri
)  

Parameters

aumidOrUri
Type: String 

 The application user model ID (AUMID) of the application to launch or a protocol activation URI.

Requirements

Namespace: Microsoft.Xbox.Tools.ConsoleExtensions

Metadata: microsoft.xbox.tools.consoleextensions.winmd

Example

Using an AUMID:

ApplicationManager.launch("Achievements110_zjr0dfhgjwvde!AchievementsDebug");  

Using a protocol activation URI:

ApplicationManager.launch("ms-xbl-54ce29f9://default");  

See also

Reference

ApplicationManager Class

ApplicationManager Members

Microsoft.Xbox.Tools.ConsoleExtensions Namespace