資源簡(jiǎn)介
串口助手
代碼片段和文件信息
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
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-08-08?10:50??bin\
?????目錄???????????0??2013-08-08?10:50??bin\Debug\
?????文件??????195584??2013-02-25?09:07??bin\Debug\串口調(diào)試工具.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\串口調(diào)試工具.exe
?????文件??????173568??2013-02-25?09:07??obj\x86\Debug\串口調(diào)試工具.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個(gè)文件信息
評(píng)論
共有 條評(píng)論