Click or drag to resize

RegistryAttribute Constructor (RegistryHive, String, Object)

Initializes a new instance of RegistryAttribute. The name that is used is the property name.

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,
	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.
defaultValue
Type: SystemObject
The value to return if name does not exist.
See Also