public enum ComTypePublic Enumeration ComTypeThis enum supports the PlatformUtilities.GetComMetadata method, which is only available in projects targeting .NET 8 and later.
| Unknown | 0 | The COM driver type could not be determined. |
| InProcess | 1 | The driver is an in-process (DLL) COM server registered under InprocServer32. |
| OutOfProcess | 2 | The driver is an out-of-process (EXE) COM server registered under LocalServer32. |