Chris,
>Will defining Your own interface in a .NET library and marking it as
>[ClassInterface(ClassInterfaceType.None)]
I assume you mean you mark the class implementing the interface with
that attribute.
> allow the COM Client to call the
>.NET CCW using early(V-Table) binding?
Yes.
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.
Chris Lane - 10 Apr 2006 22:06 GMT
> >Will defining Your own interface in a .NET library and marking it as
> >[ClassInterface(ClassInterfaceType.None)]
>
> I assume you mean you mark the class implementing the interface with
> that attribute.
Yep that is what I meant. Thank You!
> > allow the COM Client to call the
> >.NET CCW using early(V-Table) binding?
>
> Yes.
>
> Mattias