RegValueEntry Constructor (RegistryKey, String)

tikumo.regis3

RegValueEntry Constructor (RegistryKey, String) regdiff Code Documentation
This constructor creates a named value from a Windows registry value

Namespace: com.tikumo.regis3
Assembly: regis3 (in regis3.dll) Version: 3.4.0.0 (3.4.0.0)

Syntax

public RegValueEntry(
	RegistryKey key,
	string name
)
public RegValueEntry(
	RegistryKey key,
	string name
)

Parameters

key
Type: OnlineMicrosoft.Win32 RegistryKey
Parent registry key
name
Type: OnlineSystem String
Name of the value
See Also