MSI Afterburner - MSI Graphics Card Performance Booster
Reloads the HardwareMonitorEntry instance for the provided gpu and data source name 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 ReloadEntry(
	uint gpuIndex,
	string name
)
Visual Basic
Public Sub ReloadEntry ( _
	gpuIndex As UInteger, _
	name As String _
)
Visual C++
public:
void ReloadEntry(
	unsigned int gpuIndex, 
	String^ name
)

Parameters

gpuIndex
Type: System..::..UInt32
Index for gpu in the GpuEntries array.
name
Type: System..::..String
Name of the data source.

See Also