MSI Afterburner - MSI Graphics Card Performance Booster
Returns a String that represents the MAHM GpuEntry.

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

Syntax

C#
public override string ToString()
Visual Basic
Public Overrides Function ToString As String
Visual C++
public:
virtual String^ ToString() override

Return Value

The return value is a semicolon delimited string of all properties.

Examples

CopyC#
Console.WriteLine(mahm.gpuEntries[0].ToString());
returns

GpuId = VEN_10DE&DEV_1244&SUBSYS_26101462&REV_A1&BUS_2&DEV_0&FN_0;Family = GF116; Device = GeForce GTX 550 Ti;Driver = ForceWare 267.59;BIOS = 70.26.18.00.00;MemAmount = 0

See Also