MSI Afterburner - MSI Graphics Card Performance Booster
Gets the array of ControlMemoryGpuEntry 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 ControlMemoryGpuEntry[] GpuEntries { get; }
Visual Basic
Public ReadOnly Property GpuEntries As ControlMemoryGpuEntry()
	Get
Visual C++
public:
property array<ControlMemoryGpuEntry^>^ GpuEntries {
	array<ControlMemoryGpuEntry^>^ get ();
}

See Also