Click or drag to resize

OperatingSystemID Enumeration

Operating systems

Namespace: SanteDB.Core
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public enum OperatingSystemID
Members
Member nameValueDescription
Win321 Host is running on Win32
Linux2 Host is running on Linux
MacOS4 Host is running on MacOS
Android8 Host is running on Android
iOS16 iOS Based devices
Other32 Host is another operating system (don't use any native libraries)
See Also