MSI Afterburner - MSI Graphics Card Performance Booster

The ControlMemory type exposes the following members.

Constructors

  NameDescription
Public methodControlMemory
Initializes a new instance of the ControlMemory class. Creating this new class includes populating the ControlMemoryHeader and all ControlMemoryGpuEntry instances from MSI Afterburner's control memory.

Methods

  NameDescription
Public methodCommitChanges()()()()
Instructs Afterburner to apply the changes to all available GPUs.
Public methodCommitChanges(Int32)
Instructs Afterburner to apply the changes for the provided GPU to the hardware.
Public methodConnect
Connects this instance to Afterburner's shared control memory.
Public methodDisconnect
Disconnects this instance from Afterburner's shared control memory.
Public methodReinitialize
Instructs Afterburner to reinitialize the control memory with the values currently in the hardware.
Public methodReloadAll
Reloads this ControlMemory instance from control memory. This includes the ControlMemoryHeader and all ControlMemoryGpuEntry instances.
Public methodReloadGpuEntry
Reloads the ControlMemoryGpuEntry instance for the provided ID from control memory.
Public methodReloadHeader
Reloads this ControlMemoryHeader instance from control memory.
Public methodToString
Returns a String that represents this instance. The return value includes the ControlMemoryHeader and all ControlMemoryGpuEntry instances.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyGpuEntries
Gets the array of ControlMemoryGpuEntry instances for this class.
Public propertyHeader
Gets the ControlMemoryHeader instance for this class.

See Also