ASCOMProfile Class |
Namespace: ASCOM.Utilities
The ASCOMProfile type exposes the following members.
| Name | Description | |
|---|---|---|
| ASCOMProfile | Initializes a new instance of the ASCOMProfile class |
| Name | Description | |
|---|---|---|
| ProfileValues |
Get the collection of values in this profile
|
| Name | Description | |
|---|---|---|
| AddSubkey |
Add a new subkey
| |
| Clear |
Clears all contents
| |
| GetValue(String) |
Retrieve a registry value from the driver top level subkey
| |
| GetValue(String, String) |
Retrieve a registry value
| |
| RemoveSubKey |
Removes a complete subkey
| |
| RemoveValue(String) |
Remove a value from the driver top level subkey
| |
| RemoveValue(String, String) |
Remove a value
| |
| SetValue(String, String) |
Set a value in the driver top level subkey
| |
| SetValue(String, String, String) |
Set a value
|