ComponentSpace Registry Toolkit Class Library Reference

RegistryImporter.Import Method (TextReader)

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

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

Parameters

textReader
The TextRead used to read the import text.

Exceptions

Exception Type Condition
RegistryToolkitException Thrown when the import fails.

See Also

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