MSI Afterburner - MSI Graphics Card Performance Booster
Gets or sets the core 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 CoreVoltageCur { get; set; }
Visual Basic
Public Property CoreVoltageCur As UInteger
	Get
	Set
Visual C++
public:
property unsigned int CoreVoltageCur {
	unsigned int get ();
	void set (unsigned int value);
}

Field Value

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

Exceptions

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

See Also