the Visual Studio debugger shows an error when expanding “Dynamic View” on a COM objects that exposes IDispatch
I would expect this to work, as I can for example programmatically cast the COM object to IDispatch, and from there obtain the ITypeInfo, etc.