Has anybody been able to determine the interface of a COM component based on
a path?
Essentially, what I am looking at doing is passing the path to a COM
component into my VB.NET application. The output that I want will contain
all public Classes, Methods, and Properties. I understand that the COM
component must be registered on the machine running this application in
order for something like this to work.
Any pointers on how to accomplish this would be greatly appreciated.
Thanks,
Jody
Vadim Melnik - 10 Jun 2004 21:47 GMT
Hello,
> Essentially, what I am looking at doing is passing the path to a COM
> component into my VB.NET application. The output that I want will contain
> all public Classes, Methods, and Properties.
>
> Any pointers on how to accomplish this would be greatly appreciated.
How about "LoadTypeLib" unmanaged API?
--
Thanks,
Vadim.