MSI Afterburner - MSI Graphics Card Performance Booster
Gets the number of gpu entry counts following the header and entries.

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

Syntax

C#
public uint GpuEntryCount { get; }
Visual Basic
Public ReadOnly Property GpuEntryCount As UInteger
	Get
Visual C++
public:
property unsigned int GpuEntryCount {
	unsigned int get ();
}

See Also