博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
COM Type Information(Chapter 4 of COM and .NET Interoperability)
阅读量:4507 次
发布时间:2019-06-08

本文共 518 字,大约阅读时间需要 1 分钟。

When a .NET type attempts to access a legacy COM type, an intermediate object (termed a Runtime Callable Wrapper, or simply RCW) is responsible for translating between COM types and .NET types. For example, COM SAFEARRAY types map into the .NET System.Array class, COM BSTR types map into System.String, and so on. A similar operation occurs when a .NET type makes use of a legacy COM type (using an intervening COM Callable Wrapper, or simply CCW).

转载于:https://www.cnblogs.com/zhtf2014/archive/2010/03/24/1694121.html

你可能感兴趣的文章
java深copy (伪深copy)【原】
查看>>
Linux 文件系统剖析
查看>>
实验三 进程调度模拟程序
查看>>
网络基础知识之————A记录和CNAME记录的区别
查看>>
zookeeper的安装配置
查看>>
互联网标准 之 微格式
查看>>
CSS布局那点事儿
查看>>
《百面机器学习》—— 读后总结
查看>>
0-1背包
查看>>
UNITY3D在IOS开发下的反射机制限制
查看>>
敲代码的少年
查看>>
arcgis创建点图形和线图形
查看>>
Swiper.js的腾讯新闻演示
查看>>
uva 10405 - Longest Common Subsequence(最长公共子序列)
查看>>
跨库数据表的运算
查看>>
88svg子标签(示例)
查看>>
IOS学习笔记 O1
查看>>
埃及分数 ----- 迭代加深搜索
查看>>
377. Combination Sum IV
查看>>
416. Partition Equal Subset Sum
查看>>