How to get a list of available COM interfaces in Windows

Is there a way to get a list of registered COM interfaces on a Windows machine with GUIDs?

Before anyone thinks that this is not programming, I need this data to refer to the COM interface in F # (or C #) for interfaces that tlbimp does not provide.

+4
source share

Source: https://habr.com/ru/post/1277680/


All Articles