Show / Hide Table of Contents

    Struct nvmlUnitInfo

    Static S-class unit info.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda.Nvml
    Assembly: ManagedNvml.dll
    Syntax
    public struct nvmlUnitInfo

    Fields

    | Improve this Doc View Source

    firmwareVersion

    Firmware version

    Declaration
    public string firmwareVersion
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    id

    Product identifier

    Declaration
    public string id
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    name

    Product name

    Declaration
    public string name
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    serial

    Product serial number

    Declaration
    public string serial
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX