ComponentSpace Registry Toolkit Class Library Reference

RegistryXmlImporter.Import Method (String)

Import the registry key in XML format.

[Visual Basic]
Overloads Public Shared Sub Import( _
   ByVal text As String _
)
[C#]
public static void Import(
   string text
);

Parameters

text
The import text.

See Also

RegistryXmlImporter Class | ComponentSpace.RegistryToolkit Namespace | RegistryXmlImporter.Import Overload List