MSI Afterburner - MSI Graphics Card Performance Booster
Reloads the ControlMemoryGpuEntry instance for the provided ID from control memory.

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

Syntax

C#
public void ReloadGpuEntry(
	int gpuIndex
)
Visual Basic
Public Sub ReloadGpuEntry ( _
	gpuIndex As Integer _
)
Visual C++
public:
void ReloadGpuEntry(
	int gpuIndex
)

Parameters

gpuIndex
Type: System..::..Int32
Index for the GpuEntries to reload values.

See Also