资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Net;
using System.Net.NetworkInformation;
namespace IP
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender EventArgs e)
{
this.timer1.Start();
}
List ipList = new List();
public void getIP()
{
//获取本地机器名
string _myHostName = Dns.GetHostName();
//获取本机IP
string _myHostIP = Dns.GetHostEntry(_myHostName).AddressList[0].ToString();
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 896 2014-12-25 17:59 IP\IP.sln
..A..H. 12800 2015-02-13 16:54 IP\IP.suo
文件 2097 2014-12-25 19:53 IP\IP\Form1.cs
文件 2898 2014-12-25 19:49 IP\IP\Form1.Designer.cs
文件 6008 2014-12-25 19:49 IP\IP\Form1.resx
文件 3750 2014-12-25 18:02 IP\IP\IP.csproj
文件 483 2014-12-25 17:59 IP\IP\Program.cs
文件 1346 2014-12-25 17:59 IP\IP\Properties\AssemblyInfo.cs
文件 2854 2014-12-25 17:59 IP\IP\Properties\Resources.Designer.cs
文件 5612 2014-12-25 17:59 IP\IP\Properties\Resources.resx
文件 1087 2014-12-25 17:59 IP\IP\Properties\Settings.Designer.cs
文件 249 2014-12-25 17:59 IP\IP\Properties\Settings.settings
文件 707 2015-02-13 16:37 IP\IP\obj\Debug\IP.csproj.FileListAbsolute.txt
文件 847 2014-12-25 19:49 IP\IP\obj\Debug\IP.csproj.GenerateResource.Cache
文件 9216 2014-12-25 19:53 IP\IP\obj\Debug\IP.exe
文件 180 2014-12-25 19:49 IP\IP\obj\Debug\IP.Form1.resources
文件 24064 2014-12-25 19:53 IP\IP\obj\Debug\IP.pdb
文件 180 2014-12-25 18:02 IP\IP\obj\Debug\IP.Properties.Resources.resources
文件 9216 2014-12-25 19:53 IP\IP\bin\Debug\IP.exe
文件 24064 2014-12-25 19:53 IP\IP\bin\Debug\IP.pdb
文件 14328 2015-02-13 16:37 IP\IP\bin\Debug\IP.vshost.exe
文件 490 2007-07-21 02:33 IP\IP\bin\Debug\IP.vshost.exe.manifest
目录 0 2014-12-26 11:16 IP\IP\obj\Debug\TempPE
目录 0 2014-12-26 11:15 IP\IP\obj\Debug
目录 0 2014-12-26 11:16 IP\IP\bin\Debug
目录 0 2014-12-26 11:15 IP\IP\Properties
目录 0 2014-12-26 11:15 IP\IP\obj
目录 0 2014-12-26 11:16 IP\IP\bin
目录 0 2014-12-26 11:15 IP\IP
目录 0 2014-12-26 11:15 IP
............此处省略3个文件信息
相关资源
- 动态抓取IPC#实现
- Multipart解析类库源码(HttpMultipart)
- asp.net 网页静态化组件(shipingx-Stati
- DotNetZip 解压缩 以及分卷压缩类
- C#批量解压缩桌面程序源码(ICSharpC
- jquery toolip
- IconPanel ToolTip
-
ExtJS 2.x 与Google Maps ja
vasc ript API - android 开关按钮 SlipButton
- C# 检查代理IP是否可用 程序源码
- 网络(IP)提取器(C# 源码)
- ICSharpCode.SharpZipLib 压缩文件(源码)
- IP地址及手机号码归属地查询
- 自动更换IP地址
- 单线程IP地址扫描
- NamedPipes-master(附客户端以及服务端)
- 1252056375_ddvip_2352 C#下基于WCF的聊天程
- GDIPlusCFCode GDI+for wince
- TCP-IP C#写的TCP的client和server的程序
- Using-GDIP-on-Windows-Mobile
- STM32F0xx_StdPeriph_Lib_V1.5.0
- iPhoneUI 仿iPHONE UI C#源码
- C# 气泡提示BalloonTip
- 西门子S7-200SMART TCP/IP 通讯连接库C#
- C#实现的脚本引擎
- C#编写的MIPS汇编模拟器
- InTheHand.Net.Personal .zip
- C#下TCPIP的客户端和服务端的代码-wi
- C# 初级网络电话源码 已经编译通过绝
- TCP/IP C#最简单例程,客户端,服务端
评论
共有 条评论