ProfileRegister Method
Registers a supplied DriverID and associates a descriptive name with the device
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public void Register(
string DriverID,
string DescriptiveName
)
Public Sub Register (
DriverID As String,
DescriptiveName As String
)
public:
virtual void Register(
String^ DriverID,
String^ DescriptiveName
) sealed
- DriverID String
- ProgID of the device to register
- DescriptiveName String
- Descriptive name of the device
IProfileRegister(String, String) Does nothing if already registered, so safe to call on driver load.