MSI Afterburner - MSI Graphics Card Performance Booster
Gets or sets the memory voltage in mV.

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

Syntax

C#
public uint MemoryVoltageCur { get; set; }
Visual Basic
Public Property MemoryVoltageCur As UInteger
	Get
	Set
Visual C++
public:
property unsigned int MemoryVoltageCur {
	unsigned int get ();
	void set (unsigned int value);
}

Field Value

The current memory voltage in mV, or new voltage to apply to the memory.

Exceptions

ExceptionCondition
MSI.Afterburner.Exceptions..::..MACMFeatureNotSupportedThrown when MACM_SHARED_MEMORY_GPU_ENTRY_FLAG does not contain 'MEMORY_VOLTAGE', indicating this GPU does not provide this capability.
System..::..ArgumentOutOfRangeExceptionThrown when the value provided is not between MemoryVoltageMin and MemoryVoltageMax

See Also