What is RCW (Run time Callable Wrappers)?

Answers were Sorted based on User's Feedback



What is RCW (Run time Callable Wrappers)?..

Answer / guest

The common language runtime exposes COM objects through a
proxy called the runtime callable wrapper (RCW). Although
the RCW appears to be an ordinary object to .NET clients,
its primary function is to marshal calls between a .NET
client and a COM object

Is This Answer Correct ?    8 Yes 0 No

What is RCW (Run time Callable Wrappers)?..

Answer / sachin srivastava

RCW: it is know as run time callable wraper.
the function of RCW:
It is the mediator between the .net components and com
componets to convert com components in to dot net
components.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What is difference between .net and .net core?

0 Answers  


What are the Characteristics of .NET?

1 Answers  


When a Static Constructor called in .NET?

0 Answers  


Explain the difference between garbage collections in .net 4.0 and earlier versions?

0 Answers  


Explain what is the difference between response.redirect & server.transfer?

0 Answers  






How do you handle Start, Pause, Continue and Stop calls from SCM within your application?

1 Answers  


What?s different about a Windows service as compared to a regular application?

1 Answers  


What is reflection and what is it for?

0 Answers  


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

0 Answers  


What is the concept of inheritance in .net?

0 Answers  


What is garbage collection in .net? Explain the garbage collection process?

0 Answers  


What are The Main Difference Between Client-server Based Applications and Web Based Applications

1 Answers   CTC,


Categories