OperatingSystemTypes 枚举

定义

定义 OperatingSystemTypes 的值。

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum OperatingSystemTypes
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type OperatingSystemTypes = 
Public Enum OperatingSystemTypes
继承
OperatingSystemTypes
属性
Newtonsoft.Json.JsonConverterAttribute

字段

名称 说明
Windows 0
Linux 1

适用于