Device Members
Include Protected Members
Include Inherited Members
Represents a device or emulator that is based on Windows Embedded CE and provides methods to provision, get information, and connect to a device.
The Device type exposes the following members.
Methods
Name
Description
Establishes a connection to the current device or emulator.
Disconnects the existing connection to a device or emulator.
Checks if the current object and the specified object are the same. (Overrides Object.Equals(Object).)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Returns a FileDeployer object that is used to copy files between the device and desktop computer.
Returns the hash code of this object. (Overrides Object.GetHashCode().)
Returns the value of a device property when given the name of the property.
Returns a RemoteAgent associated with the supplied package ID.
Creates and returns an instance of RemoteProcess that is used to start or end a process on the device.
Returns list of processes running on the device.
Gets the system information of the device.
Gets the type of the current instance. (Inherited from Object.)
Checks whether the device is connected.
Checks whether the device is an emulator or a physical device.
Creates a shallow copy of the current Object. (Inherited from Object.)
Provisions the device by calling DMProcessConfigXML and passing the given XML string.
Returns the name of the device. (Overrides Object.ToString().)
Top
Properties
Name
Description
Gets the unique identifier of the current device.
Gets a string that represents the device's name.
Gets the Platform, such as Windows Mobile 5.0 Pocket PC, that the device belongs to.
Top