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

Parameters

gpuIndex
Type: System..::..UInt32
Index for gpu in the GpuEntries array.
id
Type: MSI.Afterburner..::..MONITORING_SOURCE_ID
ID for the data source.

See Also