| Modifier and Type | Field | Description |
|---|---|---|
static Variant |
Variant.V6 |
Static value v6 for Variant.
|
static Variant |
Variant.V7 |
Static value v7 for Variant.
|
static Variant |
Variant.V8 |
Static value v8 for Variant.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Variant |
Variant.fromString(String name) |
Creates or finds a Variant from its string representation.
|
Variant |
PlatformProperties.variant() |
Get variant of the CPU.
|
Variant |
PlatformUpdateParameters.variant() |
Get variant of the CPU.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Collection<Variant> |
Variant.values() |
| Modifier and Type | Method | Description |
|---|---|---|
PlatformProperties |
PlatformProperties.withVariant(Variant variant) |
Set variant of the CPU.
|
PlatformUpdateParameters |
PlatformUpdateParameters.withVariant(Variant variant) |
Set variant of the CPU.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/