MSI Afterburner - MSI Graphics Card Performance Booster
Class representing the MSI Afterburner Control Memory (MACM) header. It provides a wrapper for the MACM_SHARED_MEMORY_HEADER structure as well as a means to easilty read and change this header'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 ControlMemoryHeader : ISerializable, 
	IXmlSerializable
Visual Basic
<SerializableAttribute> _
Public Class ControlMemoryHeader _
	Implements ISerializable, IXmlSerializable
Visual C++
[SerializableAttribute]
public ref class ControlMemoryHeader : ISerializable, 
	IXmlSerializable

Inheritance Hierarchy

System..::..Object
  MSI.Afterburner..::..ControlMemoryHeader

See Also