ServiceHostRuntime 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
服務主機可辨識的運行時間集合。
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 | 沒有運行時間 (,也就是只) 機器碼。 |