MSI Afterburner - MSI Graphics Card Performance Booster
Gets the size of each entry.

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

Syntax

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

Field Value

The size of each entry following the header.

See Also