IProfileUnregister Method

Remove all data for the given DriverID from the registry.

Definition

Namespace: ASCOM.Utilities.Interfaces
Assembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
C#
void Unregister(
	string DriverID
)

Parameters

DriverID  String
ProgID of the device to unregister

Remarks

This deletes the entire device profile tree, including the DriverID root key.

See Also