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 SourceXboxApplication(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 SourceDisplayName
Gets the display name.
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
FullName
Gets the full name for the application (the aumid).
Declaration
public string FullName { get; }
Property Value
Type | Description |
---|---|
System.String |
ID
Gets the ID.
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Parent
Gets the parent xbox package.
Declaration
public XboxPackage Parent { get; }
Property Value
Type | Description |
---|---|
XboxPackage |