ProfileIsRegistered Method

Confirms whether a specific driver is registered or unregistered in the profile store

Definition

Namespace: ASCOM.Utilities
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
public bool IsRegistered(
	string DriverID
)

Parameters

DriverID  String
String representing the device's ProgID

Return Value

Boolean
Boolean indicating registered or unregistered state of the supplied DriverID

Implements

IProfileIsRegistered(String)

See Also