次の方法で共有


OsType 列挙型

定義

OsType の値を定義します。

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

フィールド

Linux 1
Windows 0

適用対象