How CCW and RCW is working?



How CCW and RCW is working?..

Answer / Rajesh Dhapodkar

CCW (COM Callable Wrapper) and RCW (Runtime Callable Wrapper) are used for interoperability between COM components and .NET Framework.

- CCW: When a COM component calls a .NET method, the runtime creates a CCW object that represents the .NET object to the COM world. The CCW handles marshaling of data between the two systems.

- RCW: When a .NET component needs to call a COM method, an RCW object is created by the runtime. This RCW acts as a bridge between the .NET and COM components.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COM+ Interview Questions

Explain JIT activation?

3 Answers  


Is the com architecture same as .net architecture?

1 Answers  


What is Pinvoke?

1 Answers  


What is jit activation?

1 Answers  


What is availability?

1 Answers  


What is COM?

1 Answers  


Define durability?

1 Answers  


Explain queued components?

1 Answers  


Define transaction atomicity?

1 Answers  


Can we copy a COM dll to GAC folder?

1 Answers  


Explain durability?

1 Answers  


Why we learn the 8085? Because we are in 21 century so why we learn 8085?

1 Answers  


Categories