MSI Afterburner - MSI Graphics Card Performance Booster
Class representing the MSI Afterburner Hardware Monitoring (MAHM) GPU Entry. It provides a wrapper for the MAHM_SHARED_MEMORY_GPU_ENTRY structure as well as a means to easilty read this GPU entry's values in memory.

Namespace: MSI.Afterburner
Assembly: MSIAfterburner.NET (in MSIAfterburner.NET.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
[SerializableAttribute]
public class HardwareMonitorGpuEntry : ISerializable, 
	IXmlSerializable
Visual Basic
<SerializableAttribute> _
Public Class HardwareMonitorGpuEntry _
	Implements ISerializable, IXmlSerializable
Visual C++
[SerializableAttribute]
public ref class HardwareMonitorGpuEntry : ISerializable, 
	IXmlSerializable

Inheritance Hierarchy

System..::..Object
  MSI.Afterburner..::..HardwareMonitorGpuEntry

See Also