• 大小: 26.05MB
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-07-14
  • 语言: C#
  • 标签: PLC  

资源简介

一个由个人开发的组件库,携带了一些众多的功能,包含了数据网络通信,文件上传下载,日志组件,PLC访问类,还有一些其他的基础类库。

资源截图

代码片段和文件信息

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

// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: Assemblytitle(“HslCommunication“)]
[assembly: AssemblyDescription(“一个框架库,包含完善的网络通信及日志组件“)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(““)]
[assembly: AssemblyProduct(“HslCommunication“)]
[assembly: AssemblyCopyright(“Copyright © By Richard.Hu 2018“)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

// 将 ComVisible 设置为 false 会使此程序集中的类型
//对 COM 组件不可见。如果需要从 COM 访问此程序集中的类型
//请将此类型的 ComVisible 特性设置为 true。
[assembly: ComVisible(false)]

// 如果此项目向 COM 公开,则下列 GUID 用于类型库的 ID
[assembly: Guid(“d3710b78-1b32-4d53-9604-0451a795a2f5“)]

// 程序集的版本信息由下列四个值组成: 
//
//      主版本
//      次版本
//      生成号
//      修订号
//
// 可以指定所有值,也可以使用以下所示的 “*“ 预置版本号和修订号
//通过使用 “*“,如下所示:
// [assembly: AssemblyVersion(“1.0.*“)]
[assembly: AssemblyVersion( “5.3.2.0“ )]
[assembly: AssemblyFileVersion( “5.3.2.0“ )]

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-09-27 15:52  HslCommunication\
     文件        2518  2018-09-26 20:15  HslCommunication\.gitattributes
     文件        4305  2018-09-26 20:15  HslCommunication\.gitignore
     目录           0  2018-09-27 15:52  HslCommunication\.vs\
     目录           0  2018-09-27 15:52  HslCommunication\.vs\HslCommunication\
     目录           0  2018-09-27 16:00  HslCommunication\.vs\HslCommunication\v14\
     文件      229888  2018-09-28 18:32  HslCommunication\.vs\HslCommunication\v14\.suo
     目录           0  2018-09-27 15:49  HslCommunication\Download\
     文件     2851231  2018-09-26 20:15  HslCommunication\Download\HSLSharp.zip
     文件      132443  2018-09-26 20:15  HslCommunication\Download\HslCommunication.jar
     文件      965728  2018-09-26 20:15  HslCommunication\Download\HslCommunication.zip
     文件     1158606  2018-09-26 20:15  HslCommunication\Download\HslCommunicationDemo.zip
     文件      807950  2018-09-26 20:15  HslCommunication\Download\ModbusTcpServer.zip
     文件      760592  2018-09-26 20:15  HslCommunication\Download\PushNetServer.zip
     目录           0  2018-09-27 15:49  HslCommunication\Help\
     文件     4178184  2018-09-26 20:15  HslCommunication\Help\HslCommunication.chm
     文件        6972  2018-09-27 13:44  HslCommunication\HslCommunication.sln
     目录           0  2018-09-27 15:49  HslCommunication\HslCommunication_Net35\
     目录           0  2018-09-27 15:49  HslCommunication\HslCommunication_Net35\Algorithms\
     目录           0  2018-09-29 17:14  HslCommunication\HslCommunication_Net35\Algorithms\ConnectPool\
     目录           0  2018-09-29 17:14  HslCommunication\HslCommunication_Net35\Algorithms\Fourier\
     目录           0  2018-09-29 17:14  HslCommunication\HslCommunication_Net35\Basicframework\
     目录           0  2018-09-29 17:14  HslCommunication\HslCommunication_Net35\Controls\
     目录           0  2018-09-27 15:49  HslCommunication\HslCommunication_Net35\Core\
     目录           0  2018-09-29 17:14  HslCommunication\HslCommunication_Net35\Core\Address\
     目录           0  2018-09-29 17:14  HslCommunication\HslCommunication_Net35\Core\IMessage\
     目录           0  2018-09-27 15:49  HslCommunication\HslCommunication_Net35\Core\Net\
     目录           0  2018-09-29 17:14  HslCommunication\HslCommunication_Net35\Core\Net\Networkbase\
     目录           0  2018-09-29 17:14  HslCommunication\HslCommunication_Net35\Core\Net\StateOne\
     目录           0  2018-09-29 17:14  HslCommunication\HslCommunication_Net35\Core\Security\
     目录           0  2018-09-29 17:14  HslCommunication\HslCommunication_Net35\Core\Thread\
............此处省略874个文件信息

评论

共有 条评论