MSI Afterburner - MSI Graphics Card Performance Booster
Gets or sets the shader clock speed in KHz.

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

Syntax

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

Field Value

The current shader clock speed in KHz, or new speed to apply to the shader.

Exceptions

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

See Also