• 大小: 5.28M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 编辑器  

资源简介


资源截图

代码片段和文件信息

#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个文件信息

评论

共有 条评论