 | OperatingSystemID Enumeration |
Operating systems
Namespace:
SanteDB.Core
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntaxpublic enum OperatingSystemID
Public Enumeration OperatingSystemID
public enum class OperatingSystemID
Members|
| Member name | Value | Description |
|---|
| Win32 | 1 |
Host is running on Win32
|
| Linux | 2 |
Host is running on Linux
|
| MacOS | 4 |
Host is running on MacOS
|
| Android | 8 |
Host is running on Android
|
| iOS | 16 |
iOS Based devices
|
| Other | 32 |
Host is another operating system (don't use any native libraries)
|
See Also