WebDevice ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Editor.AppBuilder Device
    DeltaEngine.Editor.AppBuilder.Web WebDevice

Namespace: DeltaEngine.Editor.AppBuilder.Web
Assembly: DeltaEngine.Editor.AppBuilder (in DeltaEngine.Editor.AppBuilder.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class WebDevice : Device

The WebDevice type exposes the following members.

Constructors

  NameDescription
Public methodWebDevice
Initializes a new instance of the WebDevice 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