Save Method
Save(string)
Saves the contents of C1Gauge into an XML file.
Declaration
public void Save(string fileName)
Public Sub Save(fileName As String)
Parameters
| Type |
Name |
Description |
| string |
fileName |
|
Save(string, Encoding)
Saves the contents of C1Gauge into an XML file.
Declaration
public void Save(string fileName, Encoding encoding)
Public Sub Save(fileName As String, encoding As Encoding)
Parameters
Save(Stream)
Declaration
public void Save(Stream stream)
Public Sub Save(stream As Stream)
Parameters
| Type |
Name |
Description |
| Stream |
stream |
|
Save(Stream, Encoding)
Declaration
public void Save(Stream stream, Encoding encoding)
Public Sub Save(stream As Stream, encoding As Encoding)
Parameters
Save(XmlWriter)
Saves the contents of C1Gauge into an System.Xml.XmlWriter.
Declaration
public void Save(XmlWriter writer)
Public Sub Save(writer As XmlWriter)
Parameters
| Type |
Name |
Description |
| XmlWriter |
writer |
|