I was Playing around With AutoIt this evening and wondered how hard it would be to get typeinfo like the COM Viewers do only using AutoIt
Turns out it was pretty easy.
A Few Notes:
CAarray info is unfinished I didn't have any objects to test it on so I left it Limited.
The Object must have IDispatch exposed (ITypeInfo is derivative)
Its Just a proof of concept Run with it but don't carry scissors
ITypeInfoCOM.au3
ITypeInfoTest.au3
Output IWebBrowserApp
Output ObjCreate(MediaPlayer.MediaPlayer.1)