docs.unity3d.com
    Show / Hide Table of Contents

    Class Hardware

    Represents information about Hardware.

    Inheritance
    Object
    Hardware
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    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
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023