MSI Afterburner - MSI Graphics Card Performance Booster
Gets or sets the core clock boost in KHz.

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

Syntax

C#
public int CoreClockBoostCur { get; set; }
Visual Basic
Public Property CoreClockBoostCur As Integer
	Get
	Set
Visual C++
public:
property int CoreClockBoostCur {
	int get ();
	void set (int value);
}

Field Value

The current core clock boost in KHz, or new clock boost to apply to the core.

Exceptions

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

See Also