Class WindowsPCApplication
The windows implementation of an application.
Inheritance
System.Object
WindowsPCApplication
Namespace: Phoenix.Devices
Assembly: Phoenix.Devices.WindowsPC.dll
Syntax
public class WindowsPCApplication : IApplication
Constructors
View SourceWindowsPCApplication(String, WindowsPCPackage)
Initializes a new instance of the WindowsPCApplication class.
Declaration
public WindowsPCApplication(string application, WindowsPCPackage package)
Parameters
Type | Name | Description |
---|---|---|
System.String | application | The underlying application. |
WindowsPCPackage | package | the package containing this application. |
Properties
View SourceDisplayName
Gets the display name.
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
FullName
Gets the full name (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 package.
Declaration
public WindowsPCPackage Parent { get; }
Property Value
Type | Description |
---|---|
WindowsPCPackage |