ProfileRegister Method

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

Definition

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

Parameters

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

Implements

IProfileRegister(String, String)

Remarks

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

See Also