Represents a general interface for a device object of any platform.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Editor.AppBuilder Device
DeltaEngine.Editor.AppBuilder.Android AndroidDevice
DeltaEngine.Editor.AppBuilder UnknownDevice
DeltaEngine.Editor.AppBuilder.Web WebDevice
DeltaEngine.Editor.AppBuilder.Windows WindowsDevice
DeltaEngine.Editor.AppBuilder.WindowsPhone7 WP7Device
Namespace: DeltaEngine.Editor.AppBuilder
Assembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The Device type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Device | Initializes a new instance of the Device class |
Methods
Name | Description | |
---|---|---|
![]() | Install | |
![]() | InstallApp | |
![]() | IsAppInstalled | |
![]() | Launch | |
![]() | LaunchApp | |
![]() | Uninstall | |
![]() | UninstallApp |
Properties
Name | Description | |
---|---|---|
![]() | IsEmulator | |
![]() | Name |
See Also