IProfileRegister Method

Registers a supplied DriverID and associates a descriptive name with the device

Definition

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

Parameters

DriverID  String
ProgID of the device to register
DescriptiveName  String
Descriptive name of the device

Remarks

Does nothing if already registered, so safe to call on driver load.

See Also