文件名称:多线程扫描ip
文件大小:53KB
文件格式:RAR
更新时间:2016-04-26 11:05:03
多线程应用
public void CheckComputer(Object stateinfo)//设置参数 线程池用得到 { IPAddress ip = IPAddress.Parse(strip); try { this.hostname = Dns.GetHostEntry(IPAddress.Parse(strip)).HostName; } catch { this.hostname = "wu fa jian ce "; } //ScanComputer.Form1.GetComputerDnsDelegate d = form1.AddStatusInfoToListBox; form1.AddStatusInfoToListBox(strip,hostname); }
【文件预览】:
ScanComputer
----ScanComputer.csproj(4KB)
----Form1.cs(5KB)
----bin()
--------Debug()
--------Release()
----ScanComputer.sln(913B)
----obj()
--------Debug()
----_UpgradeReport_Files()
--------UpgradeReport.xslt(12KB)
--------UpgradeReport_Plus.gif(71B)
--------UpgradeReport.css(3KB)
--------UpgradeReport_Minus.gif(69B)
----Properties()
--------Resources.Designer.cs(3KB)
--------Settings.settings(249B)
--------Resources.resx(5KB)
--------Settings.Designer.cs(1KB)
--------AssemblyInfo.cs(1KB)
----Program.cs(471B)
----Form1.Designer.cs(11KB)
----ScanComputer.suo(21KB)
----Form1.resx(6KB)
----UpgradeLog.XML(2KB)
----Scan.cs(909B)