OperatingSystemType 列挙型

定義

OperatingSystemType の値を定義します。

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

フィールド

Linux 1
Windows 0

適用対象