摘要:
使用托管方法来实现。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(... 阅读全文