次の方法で共有


PlatformProperties.Variant プロパティ

定義

CPU のバリアントを取得または設定します。 使用できる値は、'v6'、'v7'、'v8' です。

[Newtonsoft.Json.JsonProperty(PropertyName="variant")]
public string Variant { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="variant")>]
member this.Variant : string with get, set
Public Property Variant As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象