How do you make a NET component talk to a COM component?
Answer Posted / swapna
To enable the communication between COM and .NET
components, the .NET Framework generates a COM Callable
Wrapper (CCW).
The CCW enables communication between the calling COM code
and the managed code. It also handles conversion between
the data types, as well as other messages between the COM
types and the .NET types.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to make a net component talk to a com component?
Explain what are wrapper classes?
Explain how to register com+ services?
What is transaction atomicity?
What is Pinvoke?
Define jit activation?
Why we learn the 8085? Because we are in 21 century so why we learn 8085?
Define durability?
Explain how does you handle this com components developed in other programming languages in .net?
How to register com+ services?
What is availability?
Explain the use of contextutil class?
What is durability?
What are Interop Services?
How CCW and RCW is working?