I'm on a .NET project, and I need to be able to (with .NET code):
1. Open a library that contains COM objects.
2. Find the class GUID, interface GUID, and description of each and every COM object in the library. In other words, it's sort of like using reflection on a COM library using .NET code.
Any help is greatly appreciated.
1. Open a library that contains COM objects.
2. Find the class GUID, interface GUID, and description of each and every COM object in the library. In other words, it's sort of like using reflection on a COM library using .NET code.
Any help is greatly appreciated.