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# 中类的方法。在操作之前,我需要确保指针分配了声明的大小并且仍然有效(尚未释放)。这怎么可能?