WindowsDevice ClassDelta Engine Documentation
Inheritance Hierarchy

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

public class WindowsDevice : Device

The WindowsDevice type exposes the following members.

Constructors

  NameDescription
Public methodWindowsDevice
Initializes a new instance of the WindowsDevice class
Top
Methods

  NameDescription
Public methodInstall (Inherited from Device.)
Protected methodInstallApp (Overrides Device InstallApp(AppInfo).)
Public methodIsAppInstalled (Overrides Device IsAppInstalled(AppInfo).)
Public methodLaunch (Inherited from Device.)
Protected methodLaunchApp (Overrides Device LaunchApp(AppInfo).)
Public methodToString (Overrides Object ToString .)
Public methodUninstall (Inherited from Device.)
Protected methodUninstallApp (Overrides Device UninstallApp(AppInfo).)
Top
Properties

  NameDescription
Public propertyIsEmulator (Inherited from Device.)
Public propertyName (Inherited from Device.)
Top
See Also