Forgive me if this is a naive question, but I have very little COM knowledge.
Every once in a while I run into a System.__ComObject, especially when writing
addins, that I end up not being able to use because there is no associated
doucmentation either in help or on the web. Is there a way I can scan these
objects (PropertyInfo returns nothing useful) to get a late-bound method list?
TIA,
Bob
Bob - 31 Jan 2004 16:39 GMT
So much for keeping brute force as a last resort...
http://support.microsoft.com/default.aspx?scid=kb;en-us;320523
Bob