RTX64RegistryWriteRegistry Method |
Write a key into the registry.
Namespace:
IntervalZero.RTX64Assembly: IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

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
Exception | Condition |
---|---|
RTX64Exception | |
RTX64InvalidArgumentException |
