.NET Com Interopability

Posted by Kottan on Stack Overflow See other posts from Stack Overflow or by Kottan
Published on 2010-04-16T09:51:07Z Indexed on 2010/04/16 11:43 UTC
Read the original article Hit count: 490

Filed under:
|
|

I have a C# class X which inherits from class Y. Class X should be Com-Visible (should be used in an old Vb6 application). It is neccessary to use some Types of class Y in the VB6 application. How can I make them also COM-visible (without changing class Y) ?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about com