<API精灵 FOR c#>
下载地址:
http://happytravel.w100.west263.cn/newsoft/apifairy.rar

解决方案 »

  1.   

    http://www.52z.com/info/ArticleView/2004-11-7/Article_View_34811.Htm
      

  2.   

    完全可以。http://www.pconline.com.cn/pcedu/empolder/net/0411/500482.html
      

  3.   

    当然可以。
    用[DllImport]来调用
      

  4.   


    //调用WIN API
    [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);
      

  5.   

    救命阿,怎么还是这样的问题。您为什么不去faq里看一眼呢