摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Runtime.InteropServices;namespace WebApplication1{ public class test { [DllImport("Iphlpapi.dll")] private static extern int SendARP(Int32 dest, Int32 host, ref Int64 mac, ref Int32 length); [DllI 阅读全文
posted @ 2013-06-20 16:56 txbauo 阅读(212) 评论(0) 推荐(0) 编辑