Click or drag to resize

RegistryControllerSetRegistryValue Method

Sets the registry value.

Namespace:  Xcalibur.Controllers
Assembly:  Xcalibur.Controllers (in Xcalibur.Controllers.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public static void SetRegistryValue(
	string registryPath,
	string key,
	Object value,
	RegistryValueKind kind
)

Parameters

registryPath
Type: SystemString
The registry path.
key
Type: SystemString
The subkey.
value
Type: SystemObject
The subkey value.
kind
Type: Microsoft.Win32RegistryValueKind
The registry value kind.
See Also