Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C++/CLI 的pin_ptr是否等同于 C# 的固定语句?
是的,差不多。
一些区别:
fixed
pin_ptr
可能还有更多类似上述的差异。但是,在两种语言之间进行翻译时,它们通常是等价的。