Identifies whether the current device is a physical device or an emulator.
| C# | Visual Basic |
public enum DeviceType
Public Enumeration DeviceType
| Member | Description |
|---|---|
| Unknown |
Represents an unknown device type.
|
| Emulator |
Represents an emulator.
|
| Device |
Represents a physical device.
|
| HasFlag |
Determines whether one or more bit fields are set in the current instance.
|