各位哥哥姐姐来帮忙看一下?
在网上看到一个例子是用对方的机器的IP地址取MAC地址,其中用到了下面两个东西 , [DllImport("Iphlpapi.dll")]
public static extern int SendARP(Int32 dest, Int32 host, ref Int64 mac, ref Int32 length);
[DllImport("Ws2_32.dll")]
public static extern Int32 inet_addr(string ip);
显示的错误是:找不到类型或命名空间名称“DllImport”(是否缺少 using 指令或程序集引用?)
我是不是应该在网上下载Iphlpapi.dll,Ws2_32.dll这两个文件啊?
下载了之后怎么用?请各位姐姐哥哥帮帮忙啊?