Click or drag to resize

ASCOMProfile Class

Class that represents a whole device Profile and which contains a set of methods for for manipulating its contents
Inheritance Hierarchy
SystemObject
  ASCOM.UtilitiesASCOMProfile

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 6.0.0.0 (6.6.9999.9999)
Syntax
public class ASCOMProfile : IXmlSerializable

The ASCOMProfile type exposes the following members.

Constructors
 NameDescription
Public methodASCOMProfileInitializes a new instance of the ASCOMProfile class
Top
Properties
 NameDescription
Public propertyProfileValues Get the collection of values in this profile
Top
Methods
 NameDescription
Public methodAddSubkey Add a new subkey
Public methodClear Clears all contents
Public methodGetValue(String) Retrieve a registry value from the driver top level subkey
Public methodGetValue(String, String) Retrieve a registry value
Public methodRemoveSubKey Removes a complete subkey
Public methodRemoveValue(String) Remove a value from the driver top level subkey
Public methodRemoveValue(String, String) Remove a value
Public methodSetValue(String, String) Set a value in the driver top level subkey
Public methodSetValue(String, String, String) Set a value
Top
Remarks
This class is used by the Profile.GetProfile and Profile.SetProfile methods, do not confuse it with the Profile Class itself.
See Also