RTX64RegistryWriteRegistry Method

Write a key into the registry.

Namespace:  IntervalZero.RTX64
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public static Object WriteRegistry(
	RegistryKey keyBase,
	string subKeyPath,
	string valueName,
	RegistryValueKind kind,
	Object data
)

Parameters

keyBase
Type: Microsoft.Win32RegistryKey
Base of registry.
subKeyPath
Type: SystemString
Path to the key.
valueName
Type: SystemString
Name of the key.
kind
Type: Microsoft.Win32RegistryValueKind
Registry Value kind
data
Type: SystemObject
Value to set the key.

Return Value

Type: Object
Exceptions
See Also