Cocon90.Lib.Util 1.6.1

dotnet add package Cocon90.Lib.Util --version 1.6.1
NuGet\Install-Package Cocon90.Lib.Util -Version 1.6.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Cocon90.Lib.Util" Version="1.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cocon90.Lib.Util --version 1.6.1
#r "nuget: Cocon90.Lib.Util, 1.6.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Cocon90.Lib.Util as a Cake Addin
#addin nuget:?package=Cocon90.Lib.Util&version=1.6.1

// Install Cocon90.Lib.Util as a Cake Tool
#tool nuget:?package=Cocon90.Lib.Util&version=1.6.1

.NET开发工具库 山东海天学院 宋兴柱

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1 1,219 2/21/2017
1.6.0 899 2/21/2017
1.5.0 1,150 4/23/2016
1.4.0 10,696 8/1/2015
1.3.0.4 2,132 4/29/2015

Util主要实现了:窗体程序动画辅助、config文件操作辅助、消息提醒辅助(包括Alerter和Toast两种)、控件拖拽辅助、记忆功能的Combox控件、分页控件、加解密辅助、MD5校验、图片格式转换、GZIP压缩辅助、Ini操作辅助、日志记录辅助、Email发送辅助、基本类型转换(主要是string转一般数据类型和Color类、数字转汉字等)、请求辅助(发Post请求读取资源)、二进制序列化(序列化为字符串和字节数组)、排序类、异步操作辅助、延时操作辅助、间隔操作辅助、序列操作辅助、线程池操作辅助、模型克隆辅助、缓冲辅助、界面与实体映射辅助、WindowsAPI辅助(包括摄像头调用辅助、WindowsNT内存清理、开机自运行等)、键盘监听(钩子)、鼠标模拟、注册表操作辅助、Com组件注册服务、USB设备监听辅助。 部分功能用的还是挺多。