ComponentSpace Registry Toolkit Class Library Reference

RegistryXmlExporter.Export Method (RegistryKey, TextWriter)

Export the registry key in XML format.

[Visual Basic]
Overloads Public Shared Sub Export( _
   ByVal registryKey As RegistryKey, _
   ByVal textWriter As TextWriter _
)
[C#]
public static void Export(
   RegistryKey registryKey,
   TextWriter textWriter
);

Parameters

registryKey
The key to export.
textWriter
The TextWriter used to write the exported text.

Exceptions

Exception Type Condition
RegistryToolkitException Thrown when the registry export operation fails.

See Also

RegistryXmlExporter Class | ComponentSpace.RegistryToolkit Namespace | RegistryXmlExporter.Export Overload List