ComVisible and generics

Tech-Archive recommends: Fix windows errors by optimizing your registry



I am working on modifying an existing library to expose portions through
COM.
Is it possible to return a generic object (say, List<string>) via this?

So far I have not had much luck. When components call my method which
returns a List<string> (ex: javascript), the call succeeds, and SOMETHING
comes back, but I cannot seem to locate any properties/values on the
returned object?

I have tried to do some searching on this, but "COM" and "Generic(s)" are
rather hard terms to search on and get meaningful results :)

Any thoughts on this? Thanks!
--
Adam Clauss



.