MSI Afterburner - MSI Graphics Card Performance Booster
Gets the array of HardwareMonitorGpuEntry instances for this class.

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

Syntax

C#
public HardwareMonitorGpuEntry[] GpuEntries { get; }
Visual Basic
Public ReadOnly Property GpuEntries As HardwareMonitorGpuEntry()
	Get
Visual C++
public:
property array<HardwareMonitorGpuEntry^>^ GpuEntries {
	array<HardwareMonitorGpuEntry^>^ get ();
}

See Also