MSI Afterburner - MSI Graphics Card Performance Booster
Instructs Afterburner to apply the changes for the provided GPU to the hardware.

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

Syntax

C#
public void CommitChanges(
	int gpuIndex
)
Visual Basic
Public Sub CommitChanges ( _
	gpuIndex As Integer _
)
Visual C++
public:
void CommitChanges(
	int gpuIndex
)

Parameters

gpuIndex
Type: System..::..Int32
Index of the GpuEntries to update.

See Also