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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic enum OperatingSystemPlatform
Public Enumeration OperatingSystemPlatform
Members| Member 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