Saved Bookmarks
| 1. |
What Is Rcw (runtime Callable Wrappers)? |
|
Answer» 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. 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. |
|