MSI Afterburner - MSI Graphics Card Performance Booster
Gets the GPU family

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

Syntax

C#
public string Family { get; }
Visual Basic
Public ReadOnly Property Family As String
	Get
Visual C++
public:
property String^ Family {
	String^ get ();
}

See Also