• 大小: 0.23M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-11
  • 语言: C#
  • 标签: telnet  CSharp  telnet.dll  

资源简介

C#实现的telnet功能。WINXP下调试通过。

资源截图

代码片段和文件信息

using System.Reflection;
using System.Runtime.CompilerServices;

//
// General Information about an assembly is controlled through the following 
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: Assemblytitle(““)]
[assembly: AssemblyDescription(““)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(““)]
[assembly: AssemblyCopyright(““)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//      Revision
//
// You can specify all the values or you can default the Revision and Build

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1078  2020-12-01 13:04  Telnet\App.ico
     文件        2426  2020-12-01 13:04  Telnet\AssemblyInfo.cs
     文件         513  2020-12-01 13:04  Telnet\LEGAL.txt
     文件       10151  2020-12-01 13:04  Telnet\scriptingTelnet.cs
     文件        4453  2020-12-01 13:04  Telnet\Telnet.csproj
     文件        1772  2020-12-01 13:04  Telnet\Telnet.csproj.user
     文件         271  2020-12-01 13:04  Telnet\Telnet.csproj.vspscc
     文件       54773  2020-12-01 13:04  Telnet\Terminal.cs
     文件        4946  2020-12-01 13:04  Telnet\TerminalDemo.cs
     文件       21740  2020-12-01 13:04  Telnet\VirtualScreen.cs
     文件        3132  2020-12-01 13:04  Telnet\VirtualScreenTest.cs
     文件         208  2020-12-01 13:04  Telnet\vssver.scc
     文件       37160  2020-12-01 13:04  Telnet\bin\Debug\doc.xml
     文件       36864  2020-12-01 13:04  Telnet\bin\Debug\Telnet.dll
     文件       36864  2020-12-01 13:04  Telnet\bin\Debug\Telnet.exe
     文件       79360  2020-12-01 13:04  Telnet\bin\Debug\Telnet.pdb
     文件       37160  2020-12-01 13:04  Telnet\bin\Release\doc.xml
     文件       36864  2020-12-01 13:04  Telnet\bin\Release\Telnet.dll
     文件       36864  2020-12-01 13:04  Telnet\bin\Release\Telnet.exe
     文件       37160  2020-12-01 13:04  Telnet\doc\doc.xml
     文件       36864  2020-12-01 13:04  Telnet\obj\Debug\Telnet.dll
     文件        2156  2020-12-01 13:04  Telnet\obj\Debug\Telnet.dll.incr
     文件       36864  2020-12-01 13:04  Telnet\obj\Debug\Telnet.exe
     文件        2216  2020-12-01 13:04  Telnet\obj\Debug\Telnet.exe.incr
     文件       79360  2020-12-01 13:04  Telnet\obj\Debug\Telnet.pdb
     文件      215944  2020-12-01 13:04  Telnet\obj\Debug\Telnet.projdata
     文件       68488  2020-12-01 13:04  Telnet\obj\Debug\Telnet.projdata1
     文件       36864  2020-12-01 13:04  Telnet\obj\Release\Telnet.dll
     文件        2160  2020-12-01 13:04  Telnet\obj\Release\Telnet.dll.incr
     文件       36864  2020-12-01 13:04  Telnet\obj\Release\Telnet.exe
     文件       73216  2020-12-01 13:04  Telnet\obj\Release\Telnet.pdb
............此处省略3个文件信息

评论

共有 条评论