RTX64Registry Class

Class to read and write registry values.
Inheritance Hierarchy
SystemObject
  IntervalZero.RTX64RTX64Object
    IntervalZero.RTX64RTX64Registry

Namespace:  IntervalZero.RTX64
Assembly:  IntervalZero.RTX64 (in IntervalZero.RTX64.dll) Version: 3.3.0.0 (File version: 3.5.0)

Syntax
public abstract class RTX64Registry : RTX64Object

The RTX64Registry type exposes the following members.

Constructors
NameDescription
Protected methodRTX64Registry
Initializes a new instance of the RTX64Registry class
Top
Properties
NameDescription
Public propertyCreationTime
Date and time the object was created.
(Inherited from RTX64Object.)
Protected propertyIsDisposed
True if the object has been disposed, false otherwise.
(Inherited from RTX64Object.)
Public propertyName
Name of the object.
(Inherited from RTX64Object.)
Top
Methods
NameDescription
Public methodStatic memberDeleteRegistrySubKey
Deletes a registry key and all keys and key values under it.
Public methodStatic memberDeleteRegistryValue
Deletes a registry value.
Public methodDispose
Dispose method.
(Inherited from RTX64Object.)
Public methodStatic memberGetSubKeys
Return a list of Subkey names.
Public methodStatic memberMoveTree
Moves a Registry key (and all keys and values under it) to another location in the Registry.
Protected methodOnNotifyPropertyChanged
Called when a property is changed
(Inherited from RTX64Object.)
Public methodStatic memberReadRegistry
Read a value from the registry.
Public methodStatic memberWriteRegistry
Write a key into the registry.
Top
Events
NameDescription
Public eventPropertyChanged
Event Fired when a property value is changed
(Inherited from RTX64Object.)
Top
See Also