Click or drag to resize

RegistryAttribute Constructor

Overload List
  NameDescription
Public methodRegistryAttribute(RegistryHive, String)
Initializes a new instance of RegistryAttribute. The name that is used is the property name.
Public methodRegistryAttribute(RegistryHive, String, NullableRegistryValueKind)
Initializes a new instance of RegistryAttribute. The name that is used is the property name.
Public methodRegistryAttribute(RegistryHive, String, Object)
Initializes a new instance of RegistryAttribute. The name that is used is the property name.
Public methodRegistryAttribute(RegistryHive, RegistryView, String, Object)
Initializes a new instance of RegistryAttribute. The name that is used is the property name.
Public methodRegistryAttribute(RegistryHive, String, Object, NullableRegistryValueKind)
Initializes a new instance of RegistryAttribute. The name that is used is the property name.
Public methodRegistryAttribute(RegistryHive, String, String, Object)
Initializes a new instance of RegistryAttribute.
Public methodRegistryAttribute(RegistryHive, RegistryView, String, Object, NullableRegistryValueKind)
Initializes a new instance of RegistryAttribute. The name that is used is the property name.
Public methodRegistryAttribute(RegistryHive, RegistryView, String, String, Object)
Initializes a new instance of RegistryAttribute.
Public methodRegistryAttribute(RegistryHive, String, String, Object, NullableRegistryValueKind)
Initializes a new instance of RegistryAttribute.
Public methodRegistryAttribute(RegistryHive, RegistryView, String, String, Object, NullableRegistryValueKind)
Initializes a new instance of RegistryAttribute.
Top
See Also