资源简介
串口助手
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
namespace ComTool
{
public static class AssemblyLib
{
public static string Assemblytitle
{
get
{
object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblytitleAttribute) false);
if (attributes.Length > 0)
{
AssemblytitleAttribute titleAttribute = (AssemblytitleAttribute)attributes[0];
if (titleAttribute.title != ““)
{
return titleAttribute.title;
}
}
return System.IO.Path.GetFileNameWithoutExtension(Assembly.GetExecu
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-08-08 10:50 bin\
目录 0 2013-08-08 10:50 bin\Debug\
文件 195584 2013-02-25 09:07 bin\Debug\串口调试工具.exe
目录 0 2013-04-28 13:29 obj\
目录 0 2013-04-28 13:29 obj\x86\
目录 0 2013-07-10 21:36 obj\x86\Debug\
文件 11884 2013-08-07 21:39 obj\x86\Debug\ComTool.csproj.FileListAbsolute.txt
文件 4852 2013-02-25 09:07 obj\x86\Debug\ComTool.Form1.resources
文件 180 2013-02-25 09:03 obj\x86\Debug\ComTool.HexTextBox.resources
文件 113493 2013-02-25 09:03 obj\x86\Debug\ComTool.Properties.Resources.resources
文件 180 2013-02-25 09:03 obj\x86\Debug\ComTool.SubWin.AboutMe.resources
文件 17524 2013-02-25 09:03 obj\x86\Debug\ComTool.SubWin.ByteCaculator.resources
文件 4852 2013-02-25 09:03 obj\x86\Debug\ComTool.SubWin.CheckWin.resources
文件 35042 2013-07-10 21:36 obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
文件 5830 2013-08-03 15:37 obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
文件 10950 2013-02-25 09:07 obj\x86\Debug\GenerateResource-ResGen.read.1.tlog
文件 2 2013-02-25 09:07 obj\x86\Debug\GenerateResource-ResGen.read.4.tlog
文件 2 2013-02-25 09:07 obj\x86\Debug\GenerateResource-ResGen.read.6.tlog
文件 11514 2013-02-25 09:07 obj\x86\Debug\GenerateResource-ResGen.write.1.tlog
目录 0 2013-04-28 13:29 obj\x86\Debug\TempPE\
文件 5632 2012-12-06 11:15 obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
文件 195584 2013-02-25 09:07 obj\x86\Debug\串口调试工具.exe
文件 173568 2013-02-25 09:07 obj\x86\Debug\串口调试工具.pdb
目录 0 2013-04-28 13:29 obj\x86\Release\
文件 4489 2012-11-28 20:36 obj\x86\Release\ComTool.csproj.FileListAbsolute.txt
文件 4852 2012-10-30 09:02 obj\x86\Release\ComTool.Form1.resources
文件 180 2012-10-30 09:02 obj\x86\Release\ComTool.HexTextBox.resources
文件 1606 2012-10-30 09:02 obj\x86\Release\ComTool.Properties.Resources.resources
文件 17524 2012-10-30 09:02 obj\x86\Release\ComTool.SubWin.ByteCaculator.resources
文件 4852 2012-10-30 09:02 obj\x86\Release\ComTool.SubWin.CheckWin.resources
文件 19743 2012-11-28 20:36 obj\x86\Release\DesignTimeResolveAssemblyReferences.cache
............此处省略49个文件信息
- 上一篇:C# 定时关机
- 下一篇:C# 生成缩略图 并源码(asp.net)
相关资源
- 基于com串口的文件发送和接收
- c# WPF串口模拟自动生成数据
- 串口通信(serialport)
- 电子称重量读取1
- 串口通讯库雏形
- 分享串口通讯之被动接收且实时查找
- 串口升级工具源码(IAP)
- C# 串口控制(打开/关闭)
- SerialportSample(3)2008 c#串口通信
- serialport 一个比较完整串口通信程序
- SerialPort C#串口收发界面
- CSharp_Serial C#编写的串口通信程序
- VirtualSerialPortDriver 虚拟串口
- myShowData C#编写的数据显示程序
- myDataCollect C#编写的串口数据采集器
- Serialport 用VS2010编写的串口调试助手
- SerialPort 用C#编写的一个串口调试助手
- ChuanKouTest
- MODBUS C#串口通讯
- COMMonitor
- CSharp_serial 用C#编的串口调试助手
- Com 基于C#语言的一个串口通信上位机
- serials
- chuankoutongxin 完全实现多串口通信
- COMTools_v2.0 C# 串口调试助手源代码。检
- chuankouCSharp
- cSharpUART c#编写串口通讯代码 多线程实
- CSharp_Serial_Modbus C# 串口例子
- wpf-serial c# wpf串口通信软件
- serial 用C#编写的串口助手
评论
共有 条评论