MSI Afterburner - MSI Graphics Card Performance Booster
Returns a 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 HardwareMonitorEntry GetEntry(
	uint gpuIndex,
	string name
)
Visual Basic
Public Function GetEntry ( _
	gpuIndex As UInteger, _
	name As String _
) As HardwareMonitorEntry
Visual C++
public:
HardwareMonitorEntry^ GetEntry(
	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.

Return Value

[Missing <returns> documentation for "M:MSI.Afterburner.HardwareMonitor.GetEntry(System.UInt32,System.String)"]

See Also