keywords between managed c++ and c# in dotNet 2.0

来源:互联网 发布:数据库应用原型系统 编辑:程序博客网 时间:2024/06/10 22:56

For dotNet 2.0 + visual studio 2005:

c#                                               managed c++

ref Type variable                     [Runtime::InteropServices::Out]Type variable

out Type variable                    [Runtime::InteropServices::Out]Type %variable

Type variable                          Type^ variable                  ==== reference type =====