What is Runtime callable wrapper?

Answers were Sorted based on User's Feedback



What is Runtime callable wrapper?..

Answer / sivasubramanian.k

A Runtime Callable Wrapper (RCW) is a proxy object
generated by the .NET Common Language Runtime (CLR) in
order to allow a Component Object Model (COM) object to be
accessed from managed code. 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.

For example, a managed application written in C# might make
use of an existing COM library written in C++ or Visual
Basic 6, via RCWs.

The runtime creates exactly one RCW for each COM object,
regardless of the number of references that exist on that
object. The runtime maintains a single RCW per process for
each object. If you create an RCW in one application domain
or apartment, and then pass a reference to another
application domain or apartment, a proxy to the first
object will be used.

Is This Answer Correct ?    3 Yes 0 No

What is Runtime callable wrapper?..

Answer / nitin

Runtime Callable wrapper is created by CLR. It enables com
dot net components to access com components.

It Creates Bridge between dot net component and com
component.

It filters Data Type between both component.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Explain the difference between asp & asp.net.

0 Answers  


How do we make a poperty read only?

1 Answers   Microsoft,


my name is sumeetha i am using google gears in .net.what's the problem is my server is in another place. i am working here when i entered the values in textboxes and press enter then it should store in database(sql server) which is in another system.when that sever system is shutdown then the values which i submit should store in my system and after system opened it should automatically store the values in the system can any one plz urgent suggest answer for this question?

2 Answers  


What does occur first in ASP.Net, Authentication or Authorization?

0 Answers   MCN Solutions,


Is asp net front end or backend?

0 Answers  






What are the advantages of Web API?

0 Answers  


What base class do all Web Forms inherit from?

2 Answers   Siebel Systems,


How can you ensure a permanent cookie?

0 Answers  


Define application state variable and session state variable?

0 Answers   UGC Corporation,


What are navigation controls? How many navigation controls are there in ASP.NET 4.0?

0 Answers   UGC Corporation,


If i have 1000 records in dataset, how to do paging?

2 Answers   Mind Tree,


What is manifest in .net framework?

0 Answers  


Categories