Click or drag to resize

IMobileDevice Properties

The IMobileDevice type exposes the following members.

Properties
  NameDescription
Public propertyIsTablet
Checks whether the device is a tablet.
Public propertyMajorVersion
Gets the major version of the device.
Public propertyManufacturer
Gets the name of the device's manufacturer.
Public propertyMinorVersion
Gets the minor version of the device.
Public propertyModel
Gets the model of the device.
Public propertyScreenHeight
Gets the height of the device's screen. The size corresponds to the device's display, not necessarily to the actual pixels of the screen.
Public propertyScreenWidth
Gets the width of the device's screen. The size corresponds to the device's display, not necessarily to the actual pixels of the screen.
Public propertyUserAgent
Gets the raw user-agent string for the device.
Top
See Also