ComVisible and generics
- From: "Adam Clauss" <cabadam@xxxxxxxx>
- Date: Thu, 14 Sep 2006 13:05:47 -0500
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
.
- Follow-Ups:
- Re: ComVisible and generics
- From: Nicholas Paldino [.NET/C# MVP]
- Re: ComVisible and generics
- Prev by Date: Re: Windows service - Nightly task
- Next by Date: Re: Windows service - Nightly task
- Previous by thread: Converting Datatypes
- Next by thread: Re: ComVisible and generics
- Index(es):