ComponentSpace Registry Toolkit Class Library Reference

RegistryXmlExporter.Export Method (RegistryKey)

Export the registry key in XML format.

[Visual Basic]
Overloads Public Shared Function Export( _
   ByVal registryKey As RegistryKey _
) As String
[C#]
public static string Export(
   RegistryKey registryKey
);

Parameters

registryKey
The key to export.

Return Value

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