What is RCW (Runtime Callable Wrappers)?
Hello , 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.
Leave a Reply
You must be logged in to post a comment.