Question :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.
0 comments:
Post a Comment