资源简介
代码片段和文件信息
#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 应用
相关资源
-
基于winform的xm
l菜单编辑器c#源码) - C#中GDI+实现简单二维矢量图编辑器教
- WPF HtmlEdit html编辑器
- C# 自定义属性编辑器UITypeEditor
- C#文本编辑器代码及项目
- 基于winform的SVG编辑器
- C#编写的SVG文件编辑器,包含代码和执
- C#_winform_html编辑器_富文本编辑器③
- C#-升级版文本编辑器
- c#文档编辑器
- C# 文本编辑器之查找和替换功能实现
- c#简单多文档编辑器DocumentEditor
- 武汉理工大学C#实验4源代码_窗体和控
- C#中GDI+实现简单二维矢量图编辑器教
- C#简易图片编辑器 vs2010
- C#多文档文本编辑器
- WPF自制RichTextBox文本编辑器
- C# GUI 截图工具 画图工具 图片编辑器
- 带Html编辑器CSkin.dll版本
- Be.HexEditor编辑器
- kindeditor编辑器 黏贴图片自动上传插件
- winform富文本编辑器(kwig)
- kindeditor编辑器上传图片
- WinformHTMLEditor winform 富文本编辑器
- C#程序设计实践-简单多文档文本编辑
- C# 文本编辑器
- ActiproSoftware WinForm破解版
- C#照片编辑器课程设计
- C# 计算公式编辑器
- C#文本编辑器源代码
评论
共有 条评论