MSI Afterburner - MSI Graphics Card Performance Booster

The ControlMemory type exposes the following members.

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()()()().)

See Also