次の方法で共有


ServiceHostRuntime 列挙型

定義

サービス ホストの認識されたランタイムのセット。

public enum class ServiceHostRuntime
public enum ServiceHostRuntime
type ServiceHostRuntime = 
Public Enum ServiceHostRuntime
継承
ServiceHostRuntime

フィールド

Mono 3

モノラル。

NETCore 2

.NET Core。

NETFramework 1

.NET Framework。

NodeJS 4

Node.JS。

None 0

ランタイムがありません (つまり、ネイティブ コードのみ)。

適用対象