MSI Afterburner - MSI Graphics Card Performance Booster
Gets the on-board memory amount in KB (e.g. 1048576).

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

Syntax

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

See Also