ComponentSpace Registry Toolkit Class Library Reference

RegistryImporter.Import Method (String)

Import the registry key in standard Windows Registry Editor 5.00 format.

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

Parameters

text
The import text.

Exceptions

Exception Type Condition
RegistryToolkitException Thrown when the import fails.

See Also

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