MSI Afterburner - MSI Graphics Card Performance Booster
Gets the index for the master GPU.

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

Syntax

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

See Also