MSI Afterburner - MSI Graphics Card Performance Booster

The HardwareMonitorGpuEntry type exposes the following members.

Constructors

  NameDescription
Public methodHardwareMonitorGpuEntry()()()()
Initializes a new instance of the HardwareMonitorGpuEntry class.

This default constructor is used for serialization and may not be completely initialized if used directly.

Public methodHardwareMonitorGpuEntry(UInt32)
Initializes a new instance of the HardwareMonitorGpuEntry class.

Methods

  NameDescription
Public methodReadXml
Generates an object from its XML representation.
Public methodToString
Returns a String that represents the MAHM GpuEntry.
(Overrides Object..::..ToString()()()().)
Public methodWriteXml
Converts this instance into its XML representation.

Properties

  NameDescription
Public propertyBIOS
Gets the BIOS version
Public propertyDevice
Gets the display device description
Public propertyDriver
Gets the display driver description
Public propertyFamily
Gets the GPU family
Public propertyGpuId
Gets the GPU identifier represented in VEN_%04X&DEV_%04X&SUBSYS_%08X&REV_%02X&BUS_%d&DEV_%d&FN_%d format
Public propertyIndex
Gets the index for this GPU in the GpuEntries array.
Public propertyMemAmount
Gets the on-board memory amount in KB (e.g. 1048576).

See Also