ApplicationManager.RegisterPackage Method

Registers an application that is in a folder on the title scratch drive.

See Folder Based Deployment for more information.

Syntax

public:
static Microsoft.Xbox.Tools.ConsoleExtensions.PackageInfo RegisterPackage(
         String relativePath
)  

Parameters

relativePath
Type: String 

Specifies a folder path relative to the title scratch drive root. The folder must contain the AppxManifest.xml file for the title that should be registered.

Return value

Type: Microsoft.Xbox.Tools.ConsoleExtensions.PackageInfo 

Requirements

Namespace: Microsoft.Xbox.Tools.ConsoleExtensions

Metadata: microsoft.xbox.tools.consoleextensions.winmd

See also

Reference

ApplicationManager Class

ApplicationManager Members

Microsoft.Xbox.Tools.ConsoleExtensions Namespace