MSI Afterburner - MSI Graphics Card Performance Booster
Initializes a new instance of the HardwareMonitorGpuEntry class.

Namespace: MSI.Afterburner
Assembly: MSIAfterburner.NET (in MSIAfterburner.NET.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public HardwareMonitorGpuEntry(
	uint index
)
Visual Basic
Public Sub New ( _
	index As UInteger _
)
Visual C++
public:
HardwareMonitorGpuEntry(
	unsigned int index
)

Parameters

index
Type: System..::..UInt32
The index for this GPU in the GpuEntries array.

See Also