Click or drag to resize

RegistryAttribute Constructor (RegistryHive, String, String, Object)

Initializes a new instance of RegistryAttribute.

Namespace:  Cauldron.Interceptors
Assembly:  Cauldron.Interceptors (in Cauldron.Interceptors.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public RegistryAttribute(
	RegistryHive registryHive,
	string subKey,
	string name,
	Object defaultValue
)

Parameters

registryHive
Type: Microsoft.Win32RegistryHive
The HKEY to open.
subKey
Type: SystemString
The name or path of the subkey to create or open.
name
Type: SystemString
The name of the value to retrieve. This string is not case-sensitive.
defaultValue
Type: SystemObject
The value to return if name does not exist.
See Also