MSI Afterburner - MSI Graphics Card Performance Booster
Initializes a new instance of the ControlMemoryGpuEntry class.

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

Syntax

C#
public ControlMemoryGpuEntry(
	ControlMemoryHeader header,
	int index
)
Visual Basic
Public Sub New ( _
	header As ControlMemoryHeader, _
	index As Integer _
)
Visual C++
public:
ControlMemoryGpuEntry(
	ControlMemoryHeader^ header, 
	int index
)

Parameters

header
Type: MSI.Afterburner..::..ControlMemoryHeader
The ControlMemoryHeader associated with this entry.
index
Type: System..::..Int32
The index for this GPU in the GpuEntries array.

See Also