C# 可否對內存進行直接的操作?

可以,用 unsafe。用的時候記得在項目屬性(Properties)->生成(Build)->常規(General)中鉤上允許不安全代碼 (Allow unsafe code)。 否則會出現這個錯誤:Unsafe code may only appear if compiling with /unsafe。 // compile with: /unsafe using System; class
相關文章
相關標籤/搜索