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
public abstract class wRTOSRegistry : wRTOSObject
The wRTOSRegistry type exposes the following members:
Constructors
|
|
Name | Description |
|---|---|---|
|
|
Initializes a new instance of the wRTOSRegistry class |
Methods
|
|
Name | Description |
|---|---|---|
|
|
Deletes a registry key and all keys and key values under it. |
|
|
|
Deletes a registry value. |
|
|
|
Dispose method. (Inherited from wRTOSObject.) |
|
|
|
Return a list of Subkey names. |
|
|
|
Moves a Registry key (and all keys and values under it) to another location in the Registry. |
|
|
|
Called when a property is changed (Inherited from wRTOSObject.) |
|
|
|
Read a value from the registry. |
|
|
|
Write a key into the registry. |
Properties
|
|
Name | Description |
|---|---|---|
|
|
True if the object has been disposed, false otherwise. (Inherited from wRTOSObject.) |
Events
|
|
Name | Description |
|---|---|---|
|
|
Event Fired when a property value is changed (Inherited from wRTOSObject.) |
See Also: