Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| Term
| Runtime Callable Wrapper
|
| Definition
| RCW is a metadata wrapper allowing .NET applications to call COM components. For non-OLE automation interfaces, a custom RCW must be written to map the COM types to .NET Framework-compatible types. For OLE automation interfaces, an RCW is a .NET assembly generated from the COM component's type library using the Type Library Importer tool.
|
| See also
| COM Callable Wrapper
|
| This C# Online.NET definition is from the Glossary of .NET / C# Terms.
|