Class Hardware
Represents information about Hardware.
Inherited Members
Namespace: Unity.PerformanceTesting.Data
Syntax
[Serializable]
public class Hardware
Fields
DeviceModel
Device model.
Declaration
public string DeviceModel
Field Value
Type | Description |
---|---|
String |
DeviceName
Device name.
Declaration
public string DeviceName
Field Value
Type | Description |
---|---|
String |
GraphicsDeviceName
Graphics device name.
Declaration
public string GraphicsDeviceName
Field Value
Type | Description |
---|---|
String |
OperatingSystem
Operating system.
Declaration
public string OperatingSystem
Field Value
Type | Description |
---|---|
String |
ProcessorCount
Processor thread count.
Declaration
public int ProcessorCount
Field Value
Type | Description |
---|---|
Int32 |
ProcessorType
Processor type name.
Declaration
public string ProcessorType
Field Value
Type | Description |
---|---|
String |
SystemMemorySizeMB
System Memory size in MegaBytes.
Declaration
public int SystemMemorySizeMB
Field Value
Type | Description |
---|---|
Int32 |