ProfileIsRegistered Method
Confirms whether a specific driver is registered or unregistered in the profile store
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public bool IsRegistered(
string DriverID
)
Public Function IsRegistered (
DriverID As String
) As Boolean
public:
virtual bool IsRegistered(
String^ DriverID
) sealed
- DriverID String
- String representing the device's ProgID
BooleanBoolean indicating registered or unregistered state of the supplied DriverID
IProfileIsRegistered(String)