The IRegistry type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| GetTimeSpan |
Gets a timespan value from the registry.
| |
| GetValue |
Gets a value from the registry.
| |
| GetValueAsString T |
Gets a value from the registry, stored as a string.
| |
| SetTimeSpan |
Saves a timespan value in the registry.
| |
| SetValue T |
Saves a value in the registry.
| |
| SetValueAsString T |
Saves a value as a string in the registry.
|
Properties
| Name | Description | |
|---|---|---|
| AppName |
Gets the Application name that was provided when reating the manager.
|
See Also