NTA

P

Perry Deng

Hi Dave,

Thanks for contacting Microsoft Community Support. I am performing research
on the issue and will paste here with my findings.

Best regards,
Perry Deng
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights.
 
P

Perry Deng

Managed objects that are exposed to COM behave as if they had aggregated
the free-threaded marshaler. In other words, they can be called from any
COM apartment in a free-threaded manner. An context Agile .NET component
(those that do not extend from ContextBoundObject) are analogous to
thread-neutral COM objects that aggregate the free-threaded marshaler. The
only managed objects that do not exhibit this free-threaded behavior are
those objects that derive from ServicedComponent. Objects that derive from
ServicedComponent currently behave more like normal COM objects and live
inside OLE32 contexts and apartments.

Best regards,
Perry Deng
Microsoft

This posting is provided "AS IS" with no warranties, and confers no rights
 

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