MSI Afterburner - MSI Graphics Card Performance Booster
Reloads the HardwareMonitorGpuEntry instance for the provided ID from hardware monitoring 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(
	uint gpuIndex
)
Visual Basic
Public Sub ReloadGpuEntry ( _
	gpuIndex As UInteger _
)
Visual C++
public:
void ReloadGpuEntry(
	unsigned int gpuIndex
)

Parameters

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

See Also