AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Represents a device type that an app is tested against.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.Device

Namespace: Amazon.DeviceFarm.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class Device : Object

The Device type exposes the following members

Constructors

NameDescription
Public Method Device()

Properties

NameTypeDescription
Public Property Arn System.String Gets and sets the property Arn.

The device's ARN.

Public Property Carrier System.String Gets and sets the property Carrier.

The device's carrier.

Public Property Cpu Amazon.DeviceFarm.Model.CPU Gets and sets the property Cpu.

Information about the device's CPU.

Public Property FormFactor Amazon.DeviceFarm.DeviceFormFactor Gets and sets the property FormFactor.

The device's form factor.

Allowed values include:

  • PHONE: The phone form factor.

  • TABLET: The tablet form factor.

Public Property HeapSize System.Int64 Gets and sets the property HeapSize.

The device's heap size, expressed in bytes.

Public Property Image System.String Gets and sets the property Image.

The device's image name.

Public Property Manufacturer System.String Gets and sets the property Manufacturer.

The device's manufacturer name.

Public Property Memory System.Int64 Gets and sets the property Memory.

The device's total memory size, expressed in bytes.

Public Property Model System.String Gets and sets the property Model.

The device's model name.

Public Property Name System.String Gets and sets the property Name.

The device's display name.

Public Property Os System.String Gets and sets the property Os.

The device's operating system type.

Public Property Platform Amazon.DeviceFarm.DevicePlatform Gets and sets the property Platform.

The device's platform.

Allowed values include:

  • ANDROID: The Android platform.

  • IOS: The iOS platform.

Public Property Radio System.String Gets and sets the property Radio.

The device's radio.

Public Property Resolution Amazon.DeviceFarm.Model.Resolution Gets and sets the property Resolution.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5