Inheritance Hierarchy
DeltaEngine.Editor.AppBuilder Device
DeltaEngine.Editor.AppBuilder.Windows WindowsDevice
Namespace: DeltaEngine.Editor.AppBuilder.Windows
Assembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The WindowsDevice type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WindowsDevice | Initializes a new instance of the WindowsDevice class |
Methods
Name | Description | |
---|---|---|
Install | (Inherited from Device.) | |
InstallApp | (Overrides Device InstallApp(AppInfo).) | |
IsAppInstalled | (Overrides Device IsAppInstalled(AppInfo).) | |
Launch | (Inherited from Device.) | |
LaunchApp | (Overrides Device LaunchApp(AppInfo).) | |
ToString | (Overrides Object ToString .) | |
Uninstall | (Inherited from Device.) | |
UninstallApp | (Overrides Device UninstallApp(AppInfo).) |
Properties
Name | Description | |
---|---|---|
IsEmulator | (Inherited from Device.) | |
Name | (Inherited from Device.) |
See Also