資源簡介
代碼片段和文件信息
#region?Using?Directives
using?System;
using?System.Reflection;
using?System.Windows.Forms;
#endregion?Using?Directives
namespace?SCide
{
????internal?sealed?partial?class?AboutForm?:?Form
????{
????????#region?Properties
????????private?string?AssemblyCompany
????????{
????????????get
????????????{
????????????????//?Get?all?Company?attributes?on?this?assembly
????????????????object[]?attributes?=?Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyCompanyAttribute)?false);
????????????????//?If?there?aren‘t?any?Company?attributes?return?an?empty?string
????????????????if?(attributes.Length?==?0)
????????????????????return?““;
????????????????//?If?there?is?a?Company?attribute?return?its?value
????????????????return?((AssemblyCompanyAttribut
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2016-02-14?09:27??bin\
?????目錄???????????0??2016-02-14?09:53??bin\Debug\
?????文件????????1995??2012-08-31?09:01??bin\Debug\License.txt
?????文件???????89600??2016-02-14?09:53??bin\Debug\SCide.exe
?????文件???????91648??2016-02-14?09:53??bin\Debug\SCide.pdb
?????文件???????11608??2016-02-14?10:04??bin\Debug\SCide.vshost.exe
?????文件?????????490??2015-07-10?19:01??bin\Debug\SCide.vshost.exe.manifest
?????文件??????648704??2012-08-31?09:01??bin\Debug\SciLexer.dll
?????文件??????908800??2012-08-31?09:01??bin\Debug\SciLexer64.dll
?????文件??????624640??2016-02-14?09:52??bin\Debug\ScintillaNET.dll
?????文件?????1461760??2016-02-14?09:52??bin\Debug\ScintillaNET.pdb
?????文件??????417792??2012-08-31?09:01??bin\Debug\WeifenLuo.WinFormsUI.Docking.dll
?????目錄???????????0??2016-02-14?09:51??bin\Release\
?????文件???????87552??2016-02-14?09:51??bin\Release\SCide.exe
?????文件???????87552??2016-02-14?09:51??bin\Release\SCide.pdb
?????文件???????11608??2016-02-14?09:27??bin\Release\SCide.vshost.exe
?????文件?????????490??2015-07-10?19:01??bin\Release\SCide.vshost.exe.manifest
?????文件??????648704??2012-08-31?09:01??bin\Release\SciLexer.dll
?????文件??????908800??2012-08-31?09:01??bin\Release\SciLexer64.dll
?????文件??????582144??2016-02-14?09:51??bin\Release\ScintillaNET.dll
?????文件?????1275392??2016-02-14?09:51??bin\Release\ScintillaNET.pdb
?????文件??????417792??2012-08-31?09:01??bin\Release\WeifenLuo.WinFormsUI.Docking.dll
?????文件????????4945??2012-08-31?09:01??from.gif
?????目錄???????????0??2016-02-02?14:52??Libraries\
?????文件??????648704??2012-08-31?09:01??Libraries\SciLexer.dll
?????文件??????908800??2012-08-31?09:01??Libraries\SciLexer64.dll
?????文件??????417792??2012-08-31?09:01??Libraries\WeifenLuo.WinFormsUI.Docking.dll
?????目錄???????????0??2016-02-02?14:52??SCide\
?????文件????????4838??2016-02-03?09:45??SCide\AboutForm.cs
?????文件???????10876??2016-02-03?09:45??SCide\AboutForm.Designer.cs
?????文件???????14730??2016-02-03?09:45??SCide\AboutForm.resx
............此處省略462個文件信息
- 上一篇:仿360界面
- 下一篇:TreeView ListView 應(yīng)用
評論
共有 條評論