UnknownDevice ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Editor.AppBuilder Device
    DeltaEngine.Editor.AppBuilder UnknownDevice

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

public class UnknownDevice : Device

The UnknownDevice type exposes the following members.

Constructors

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