Alan,
>How can I expose some classes within my assembly to COM but not others?
Use the ComVisible attribute.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Alan Roberts - 22 Dec 2005 10:16 GMT
Thanks!
> Alan,
>
[quoted text clipped - 3 lines]
>
> Mattias