摘要: 1.创建类库应用帮助类DLLWrapperusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Runtime.InteropServices;/// <summary>/// Summary description for Class1/// </summary>public class DLLWrapper{ [DllImport("Kernel32")] public static extern int Load 阅读全文
posted @ 2013-01-05 17:13 RyanRuan 阅读(306) 评论(0) 推荐(0) 编辑
View Code