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 4.5
 
Represents the amount of CPU that an app is using on a physical device.

Note that this does not represent system-wide CPU usage.

Inheritance Hierarchy

System.Object
  Amazon.DeviceFarm.Model.CPU

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

Syntax

C#
public class CPU : Object

The CPU type exposes the following members

Constructors

NameDescription
Public Method CPU()

Properties

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

The CPU's architecture, for example x86 or ARM.

Public Property Clock System.Double Gets and sets the property Clock.

The clock speed of the device's CPU, expressed in hertz (Hz). For example, a 1.2 GHz CPU is expressed as 1200000000.

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

The CPU's frequency.

Version Information

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