MSI Afterburner - MSI Graphics Card Performance Booster
Converts this instance into its XML representation.

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

Syntax

C#
public void WriteXml(
	XmlWriter writer
)
Visual Basic
Public Sub WriteXml ( _
	writer As XmlWriter _
)
Visual C++
public:
virtual void WriteXml(
	XmlWriter^ writer
) sealed

Parameters

writer
Type: System.Xml..::..XmlWriter
The XmlWriter stream to which the object is serialized.

Implements

IXmlSerializable..::..WriteXml(XmlWriter)

See Also