1.ref out
C++/CLI uses a "^%" syntax to indicate a tracking reference to a handle.
It is similar in concept to using "*&" (reference to a pointer) in Standard C++.
C++/CLI使用'^%'符号来表示跟踪引用,类似于标准C++中的'*&'引用指针。这个特性允许程序员对托管对象进行更细粒度的控制,尤其是在.NET框架下进行混合编程时。
1.ref out
C++/CLI uses a "^%" syntax to indicate a tracking reference to a handle.
It is similar in concept to using "*&" (reference to a pointer) in Standard C++.

被折叠的 条评论
为什么被折叠?
