摘要: using System; using System.Runtime.InteropServices; namespace MarshalDemo { class Program { private static UserData userData; static void Main(string[] args) { ... 阅读全文
posted @ 2017-02-22 10:51 -H&H- 阅读(141) 评论(0) 推荐(0)