DeviceType Enumeration

Identifies whether the current device is a physical device or an emulator.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Enumeration DeviceType
'Usage
Dim instance As DeviceType
public enum DeviceType

Members

Member name Description
Supported by Silverlight for Windows Phone Unknown Represents an unknown device type.
Supported by Silverlight for Windows Phone Emulator Represents an emulator
Supported by Silverlight for Windows Phone Device Represents a physical device.

Remarks

Emulator represents the Windows Phone Emulator.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Version Information

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.0

See Also

Reference

System Namespace