Device ClassDelta Engine Documentation
Represents a general interface for a device object of any platform. View code on GitHub
Inheritance Hierarchy

System Object
  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

public abstract class Device

The Device type exposes the following members.

Constructors

  NameDescription
Protected methodDevice
Initializes a new instance of the Device class
Top
Methods

  NameDescription
Public methodInstall
Protected methodInstallApp
Public methodIsAppInstalled
Public methodLaunch
Protected methodLaunchApp
Public methodUninstall
Protected methodUninstallApp
Top
Properties

  NameDescription
Public propertyIsEmulator
Public propertyName
Top
See Also