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
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
The WP7Device type exposes the following members.
Methods
Name | Description | |
---|---|---|
Install | (Inherited from Device.) | |
InstallApp | (Overrides Device InstallApp(AppInfo).) | |
IsAppInstalled | (Overrides Device IsAppInstalled(AppInfo).) | |
Launch | (Inherited from Device.) | |
LaunchApp | (Overrides Device LaunchApp(AppInfo).) | |
ToString | (Overrides Object ToString .) | |
Uninstall | (Inherited from Device.) | |
UninstallApp | (Overrides Device UninstallApp(AppInfo).) |
Properties
Name | Description | |
---|---|---|
IsEmulator | (Inherited from Device.) | |
Name | (Inherited from Device.) |
Remarks
See Also