Show / Hide Table of Contents

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 Source

WindowsPCApplication(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 Source

DisplayName

Gets the display name.

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

FullName

Gets the full name (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 package.

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