wRTOSRegistry Class

Class to read and write registry values.

Inheritance Hierarchy

System Object
  IntervalZero.MaxRT.wRTOS.wRTOSObject
    IntervalZero.MaxRT.wRTOS.wRTOSRegistry

Namespace:  IntervalZero.MaxRT.wRTOS
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS .dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public abstract class wRTOSRegistry : wRTOSObject

 

The wRTOSRegistry type exposes the following members:

Constructors

 

Name Description

Public method

wRTOSRegistry

Initializes a new instance of the wRTOSRegistry class

Methods

 

Name Description

Public method Static member

DeleteRegistrySubKey

Deletes a registry key and all keys and key values under it.

Public method Static member

DeleteRegistryValue

Deletes a registry value.

Public method

Dispose

Dispose method.

(Inherited from wRTOSObject.)

Public method Static member

GetSubKeys

Return a list of Subkey names.

Public method Static member

MoveTree

Moves a Registry key (and all keys and values under it) to another location in the Registry.

Protected method

OnNotifyPropertyChanged

Called when a property is changed

(Inherited from wRTOSObject.)

Public method Static member

ReadRegistry

Read a value from the registry.

Public method Static member

WriteRegistry

Write a key into the registry.

Properties

 

Name Description

Protected property

IsDisposed

True if the object has been disposed, false otherwise.

(Inherited from wRTOSObject.)

Events

 

Name Description

Public event

PropertyChanged

Event Fired when a property value is changed

(Inherited from wRTOSObject.)

See Also: