C# Class Goedel.Mesh.ConfigRegistryEntryBINARY

Registry entry for binary data.
Inheritance: ConfigRegistryEntry
Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Свойство Type Description
Value byte[]

Méthodes publiques

Méthode Description
ConfigRegistryEntryBINARY ( byte Value ) : System

Construct a new instance.

Write ( string Key, XmlWriter Writer ) : void

Write the formatted value to an XML stream.

Method Details

ConfigRegistryEntryBINARY() public méthode

Construct a new instance.
public ConfigRegistryEntryBINARY ( byte Value ) : System
Value byte the initial value of the entry.
Résultat System

Write() public méthode

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.
Résultat void

Property Details

Value public_oe property

The entry value
public byte[] Value
Résultat byte[]