| PlatformID Enumeration |
Identifies the platform for which an assembly was built.
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax Public Enumeration PlatformID
public enum class PlatformID
Members
| Member name | Value | Description |
---|
| Android | 0 |
Android
|
| iOS | 1 |
Apple iOS
|
| Linux | 2 |
Linux
|
| MacOS | 3 |
Apple Mac OS X
|
| Portable | 4 |
Portable class library (PCL)
|
| Silverlight | 5 |
Silverlight
|
| Unity | 6 |
Unity game engine
|
| Windows | 7 |
Windows desktop
|
| WindowsPhone7 | 8 |
Windows Phone 7
|
| WindowsPhone8 | 9 |
Windows Phone 8
|
| WindowsStore | 10 |
Windows Store Apps (Windows 8)
|
| WindowsUniversal | 11 |
Universal windows platform
|
| Xbox360 | 12 |
Xbox 360
|
See Also