摘要: 使用托管方法来实现。using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;using System.IO;namespace ALU.C0370A.SimuDID.Common{ public class FileStatus { [DllImport("kernel32.dll")] private static extern IntPtr _lopen(... 阅读全文
posted @ 2013-03-14 16:12 风影极光 阅读(357) 评论(0) 推荐(0) 编辑