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

Return Value

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

See Also