MSI Afterburner - MSI Graphics Card Performance Booster
Class representing the MSI Afterburner Hardware Monitoring (MAHM) data source entry. It provides a wrapper for the MAHM_SHARED_MEMORY_ENTRY structure as well as a means to easilty read this data source'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 HardwareMonitorEntry : ISerializable, 
	IXmlSerializable
Visual Basic
<SerializableAttribute> _
Public Class HardwareMonitorEntry _
	Implements ISerializable, IXmlSerializable
Visual C++
[SerializableAttribute]
public ref class HardwareMonitorEntry : ISerializable, 
	IXmlSerializable

Inheritance Hierarchy

System..::..Object
  MSI.Afterburner..::..HardwareMonitorEntry

See Also