Show / Hide Table of Contents

Class XboxApplication

The xbox version of an application.

Inheritance
System.Object
XboxApplication
Namespace: Phoenix.Devices
Assembly: Phoenix.Devices.Xbox.dll
Syntax
public class XboxApplication : IApplication

Constructors

View Source

XboxApplication(String, XboxPackage)

Initializes a new instance of the XboxApplication class.

Declaration
public XboxApplication(string aumId, XboxPackage package)
Parameters
Type Name Description
System.String aumId

The associated xbox application.

XboxPackage package

The xbox package for the application.

Properties

View Source

DisplayName

Gets the display name.

Declaration
public string DisplayName { get; }
Property Value
Type Description
System.String
View Source

FullName

Gets the full name for the application (the aumid).

Declaration
public string FullName { get; }
Property Value
Type Description
System.String
View Source

ID

Gets the ID.

Declaration
public string ID { get; }
Property Value
Type Description
System.String
View Source

Parent

Gets the parent xbox package.

Declaration
public XboxPackage Parent { get; }
Property Value
Type Description
XboxPackage
  • View Source
In This Article
Back to top Generated by DocFX