UtilRegistryExportKey(RegistryView, String, String) Method

Exports a key to a registry file.

Definition

Namespace: DevCase.Core.Windows.Registry
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool ExportKey(
	RegistryView view,
	string fullKeyPath,
	string outputFile
)

Parameters

view  RegistryView

[Missing <param name="view"/> documentation for "M:DevCase.Core.Windows.Registry.UtilRegistry.ExportKey(Microsoft.Win32.RegistryView,System.String,System.String)"]

fullKeyPath  String
The registry key full path.
outputFile  String
The output file.

Return Value

Boolean
if operation succeeds, otherwise.

See Also