OperatingSystemPlatform Enumeration |
** NOTE: ADDED in CFX 1.2 **
An enumeration indicating the platform of a computer operating system
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic enum OperatingSystemPlatform
Public Enumeration OperatingSystemPlatform
MembersMember name | Value | Description |
---|
Other | 0 |
Other Platform (not listed here)
|
Platform32bit | 1 |
32-bit Platform
|
Platform64bit | 2 |
64-bit Platform
|
ARM32 | 3 |
32-bit ARM Platform
|
ARM64 | 4 |
64-bit ARM Platform
|
See Also