MSI Afterburner - MSI Graphics Card Performance Booster
Reloads the HardwareMonitorEntry instance from the Entries array for the provided index.

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 index
)
Visual Basic
Public Sub ReloadEntry ( _
	index As UInteger _
)
Visual C++
public:
void ReloadEntry(
	unsigned int index
)

Parameters

index
Type: System..::..UInt32
Index for the data source to reload.

See Also