J
jlamanna
I was wondering if there was a utility that could tell you when your C#
application is making cross-apartment COM calls. I have a fairly large
application that makes extensive use of a 3rd party object system that
is exposed to .NET through COM, and I'm really trying to avoid slow
cross-apartment calls.
Also, is using Invoke() on a class created from the main thread a
solution to making COM calls into that thread?
Thanks.
-- James
application is making cross-apartment COM calls. I have a fairly large
application that makes extensive use of a 3rd party object system that
is exposed to .NET through COM, and I'm really trying to avoid slow
cross-apartment calls.
Also, is using Invoke() on a class created from the main thread a
solution to making COM calls into that thread?
Thanks.
-- James