ProfileRegister Method
Register an ASCOM device in the profile
Namespace: ASCOM.ComAssembly: ASCOM.Com (in ASCOM.Com.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
public static void Register(
DeviceTypes deviceType,
string progId,
string description
)
Public Shared Sub Register (
deviceType As DeviceTypes,
progId As String,
description As String
)
Parameters
- deviceType DeviceTypes
- ASCOM device type e.g. Telescope.
- progId String
- COM ProgID of the driver
- description String
- Device description that will appear in the Chooser list.
Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10