ServiceHostRuntime 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 set of recognized runtimes for service hosts.
public enum class ServiceHostRuntime
public enum ServiceHostRuntime
type ServiceHostRuntime =
Public Enum ServiceHostRuntime
- Inheritance
-
ServiceHostRuntime
Fields
Name | Value | Description |
---|---|---|
None | 0 | No runtime (i.e. native code only). |
NETFramework | 1 | The .NET Framework. |
NETCore | 2 | .NET Core. |
Mono | 3 | Mono. |
NodeJS | 4 | Node.JS. |