WP7Device ClassDelta Engine Documentation
Represents a WP7 device (emulator or real connected one) that provides the functionality to install, uninstall and launch applications on it. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Editor.AppBuilder Device
    DeltaEngine.Editor.AppBuilder.WindowsPhone7 WP7Device

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

public class WP7Device : Device

The WP7Device type exposes the following members.

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
Remarks

Deploy automation: http://justinangel.net/WindowsPhone7EmulatorAutomation Starting the emulator: http://geekswithblogs.net/cwilliams/archive/2010/08/03/141171.aspx
See Also