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

Where does the dispose method lie and how can it be used to clean up resources?

1 Answers   Wipro,


how do you retrieve the customized properties of a .NET application from XML .config file? Can you automate this process?

1 Answers  


What is Global Assembly Cache (GAC) and what is the Purpose of it?

1 Answers  


Which namespace is the base class for .net Class library?

1 Answers  


How viewstate is being formed and how it's stored on client in .net?

0 Answers  






differance between checkbox and rediobutton in vb.net?

2 Answers  


How many types of transactions are there in com + .net ?

0 Answers  


Explain asp.net?

0 Answers  


Explain what are an object and a class?

0 Answers  


Explain the use of ‘this’ keyword in Java?

1 Answers  


Explain webfarm vs webgardens in .net?

0 Answers  


Explain acid properties?

1 Answers  


Categories