PlatformProperties Class

Definition

The platform properties against which the run has to happen.

public class PlatformProperties
type PlatformProperties = class
Public Class PlatformProperties
Inheritance
PlatformProperties

Constructors

PlatformProperties()

Initializes a new instance of the PlatformProperties class.

PlatformProperties(String, String, String)

Initializes a new instance of the PlatformProperties class.

Properties

Architecture

Gets or sets the OS architecture. Possible values include: 'amd64', 'x86', '386', 'arm', 'arm64'

Os

Gets or sets the operating system type required for the run. Possible values include: 'Windows', 'Linux'

Variant

Gets or sets variant of the CPU. Possible values include: 'v6', 'v7', 'v8'

Methods

Validate()

Validate the object.

Applies to