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.
WinRT 有垃圾收集吗?
还是它像 COM 一样进行引用计数?
我发现这篇文章引用了微软的Martyn Lovell:
“WinRT 对象像 COM 一样被引用计数以进行内存管理,使用弱引用来避免循环。”
显然,他在BUILD 大会上关于 WinRT 内部的演讲中提到了这一点。