ComponentSpace Registry Toolkit Class Library Reference

RegistryXmlImporter.ImportFile Method 

Import the registry key in XML format.

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

Parameters

fileName
The file from where the import text is read.

See Also

RegistryXmlImporter Class | ComponentSpace.RegistryToolkit Namespace