views:

19

answers:

0

I haven't been able to find a way to access the helpstring attribute of a COM server's interface method's or properties from a .net client? Is it possible? I've created a primary interop assembly for my COM server using the command:

tlbimp myserver.tlb /primary /keyfile:myserver.snk /out:company.myserver.dll /namespace:myserver

The interop assembly doesn't contain the helpstrings.

Any ideas?

Thanks.