ServiceHostOperatingSystem Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The recognized operating systems that can act as service hosts.
public enum class ServiceHostOperatingSystem
public enum ServiceHostOperatingSystem
type ServiceHostOperatingSystem =
Public Enum ServiceHostOperatingSystem
- Inheritance
-
ServiceHostOperatingSystem
Fields
Name | Value | Description |
---|---|---|
Windows | 0 | The Windows operating system. |
Linux | 1 | The Linux operating system. |
OSX | 2 | The Mac OSX operating system. |