OLE Automation

J

Jonathan West

Just a small correction, the Interop Assemblies are not wrapping anything,
they only contain the metadata (.NET extended typelib info) needed by the
COM interop layer in the CLR to create the actual wrappers (RCW and CCW).
The real COM wrappers are CLR created/managed objects, whenever you create
an instance of a type defined in the IA, or whenever you enter the CLR
from native COM, the CLR emits a wrapper object (one per object instance).


Thanks for the clarification!

--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top