Share via


ServiceHostRuntime Enum

Definition

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.

Applies to