docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Hardware

    Represents information about Hardware.

    Inheritance
    object
    Hardware
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.PerformanceTesting.Data
    Assembly: Unity.PerformanceTesting.dll
    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
    int

    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
    int
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)