Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Runtime callable wrapper?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you clarified A Web service can only be written in .NET or not?

1081


What is aspect-oriented programming?

1197


What does asax stand for?

1046


Define machine.config in .net?

1028


What does asp.net stand for?

1199


How Session outproc in Sqlserver stored?

2800


What is the behavior of a Web browser when it receives an invalid element?

1146


From which base class all web forms are inherited?

1036


Explain how can we access static variable?

1210


How would you implement inheritance using c#?

1045


What are validator? Name the validation controls in asp.net?

1059


What is a viewstate?

1049


Explain exception handling in .net.

1114


Explain the updatepanel?

1068


Can you change a master page dynamically at runtime? How?

981