C# Class Goedel.Mesh.ConfigRegistryEntrySZ

Registry entry for null terminated string.
Inheritance: ConfigRegistryEntry
Exibir arquivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
Value string

Public Methods

Method Description
ConfigRegistryEntrySZ ( string Value ) : System

Construct a new instance.

Write ( string Key, XmlWriter Writer ) : void

Write the formatted value to an XML stream.

Method Details

ConfigRegistryEntrySZ() public method

Construct a new instance.
public ConfigRegistryEntrySZ ( string Value ) : System
Value string the initial value of the entry.
return System

Write() public method

Write the formatted value to an XML stream.
public Write ( string Key, XmlWriter Writer ) : void
Key string The registry key/XML element name.
Writer System.Xml.XmlWriter The writer to output the entry to.
return void

Property Details

Value public_oe property

The entry value
public string Value
return string