ComType Enumeration

Indicates the COM server type of the driver.

Definition

Namespace: ASCOM.Com
Assembly: ASCOM.Com (in ASCOM.Com.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
C#
public enum ComType

Remarks

This enum supports the PlatformUtilities.GetComMetadata method, which is only available in projects targeting .NET 8 and later.

Members

Unknown0The COM driver type could not be determined.
InProcess1The driver is an in-process (DLL) COM server registered under InprocServer32.
OutOfProcess2The driver is an out-of-process (EXE) COM server registered under LocalServer32.

Version Information

Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10

See Also