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

フィールド

Linux 1
Windows 0

適用対象