ProfileGetDrivers Method

Searches the ASCOM Registry for all drivers of a specified driver type

Definition

Namespace: ASCOM.Com
Assembly: ASCOM.Com (in ASCOM.Com.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public static List<ASCOMRegistration> GetDrivers(
	DeviceTypes deviceType
)

Parameters

deviceType  DeviceTypes
The driver type to search for as a DriverType.

Return Value

ListASCOMRegistration
Returns a list of found ASCOM Devices, this includes ProgID and the friendly Name

Version Information

.NET Standard

Supported in: 2.0

See Also