资源简介
通过C#实现的消消乐游戏;
以供交流讨论

代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Game
{
partial class AboutBoxGame : Form
{
public AboutBoxGame()
{
InitializeComponent();
this.Text = String.Format(“关于 {0}“ Assemblytitle);
this.labelProductName.Text = AssemblyProduct;
this.labelVersion.Text = String.Format(“版本 {0}“ AssemblyVersion);
this.labelCopyright.Text = AssemblyCopyright;
this.labelCompanyName.Text = AssemblyCompany;
this.textBoxDescription.Text = AssemblyDescription;
}
#region 程序集特性访问器
public 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.GetExecutingAssembly().Codebase);
}
}
public string AssemblyVersion
{
get
{
return Assembly.GetExecutingAssembly().GetName().Version.ToString();
}
}
public string AssemblyDescription
{
get
{
object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyDescriptionAttribute) false);
if (attributes.Length == 0)
{
return ““;
}
return ((AssemblyDescriptionAttribute)attributes[0]).Description;
}
}
public string AssemblyProduct
{
get
{
object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyProductAttribute) false);
if (attributes.Length == 0)
{
return ““;
}
return ((AssemblyProductAttribute)attributes[0]).Product;
}
}
public string AssemblyCopyright
{
get
{
object[] attributes = Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyCopyrightAttribute) false);
if (attributes.Length == 0)
{
return ““;
}
return ((AssemblyCopyrightAttribute)attributes[0]).Copyright;
}
}
public
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2015-07-22 23:35 Game\
目录 0 2015-08-08 12:27 Game\Game\
文件 981 2015-07-07 15:37 Game\Game.sln
文件 56832 2015-08-08 12:28 Game\Game.v12.suo
文件 9662 2015-07-27 15:59 Game\Game\48X48.ico
文件 3646 2015-07-23 14:37 Game\Game\AboutBoxGame.cs
文件 10550 2015-07-22 19:31 Game\Game\AboutBoxGame.Designer.cs
文件 49145 2015-07-23 14:37 Game\Game\AboutBoxGame.resx
文件 3207 2015-07-27 18:15 Game\Game\App.config
目录 0 2015-07-07 15:38 Game\Game\bin\
目录 0 2015-08-08 12:28 Game\Game\bin\Debug\
目录 0 2015-08-08 12:28 Game\Game\bin\Debug\app.publish\
目录 0 2015-08-08 12:28 Game\Game\bin\Debug\app.publish\Application Files\
目录 0 2015-08-08 12:28 Game\Game\bin\Debug\app.publish\Application Files\Game_1_0_1_2\
文件 9662 2015-07-27 15:59 Game\Game\bin\Debug\app.publish\Application Files\Game_1_0_1_2\48X48.ico.deploy
文件 3207 2015-07-27 18:15 Game\Game\bin\Debug\app.publish\Application Files\Game_1_0_1_2\Game.exe.config.deploy
文件 156672 2015-08-08 12:27 Game\Game\bin\Debug\app.publish\Application Files\Game_1_0_1_2\Game.exe.deploy
文件 8847 2015-08-08 12:28 Game\Game\bin\Debug\app.publish\Application Files\Game_1_0_1_2\Game.exe.manifest
文件 45 2015-08-08 12:28 Game\Game\bin\Debug\app.publish\autorun.inf
文件 5940 2015-08-08 12:28 Game\Game\bin\Debug\app.publish\Game.application
文件 435152 2015-08-08 12:28 Game\Game\bin\Debug\app.publish\setup.exe
文件 2143 2015-08-08 12:28 Game\Game\bin\Debug\Game.application
文件 156672 2015-08-08 12:27 Game\Game\bin\Debug\Game.exe
文件 3207 2015-07-27 18:15 Game\Game\bin\Debug\Game.exe.config
文件 5117 2015-08-08 12:28 Game\Game\bin\Debug\Game.exe.manifest
文件 77312 2015-08-08 12:27 Game\Game\bin\Debug\Game.pdb
文件 2143 2015-08-06 15:51 Game\Game\bin\Debug\Game.vshost.application
文件 24224 2015-08-08 12:23 Game\Game\bin\Debug\Game.vshost.exe
文件 3207 2015-07-27 18:15 Game\Game\bin\Debug\Game.vshost.exe.config
文件 5117 2015-08-06 15:51 Game\Game\bin\Debug\Game.vshost.exe.manifest
文件 114 2015-07-27 16:48 Game\Game\bin\Debug\ScoreTop10.bin
............此处省略52个文件信息
相关资源
- Winform可视化打印模板设计工具含源码
- C# 软件版本更新
- C#屏幕软键盘源码,可以自己定制界面
- 智慧城市 智能家居 C# 源代码
- c#获取mobile手机的IMEI和IMSI
- C#实现简单QQ聊天程序
- 操作系统 模拟的 欢迎下载 C#版
- C#写的计算机性能监控程序
- 用C#实现邮件发送,有点类似于outlo
- MVC model层代码生成器 C#
- c#小型图书销售系统
- C# Socket Server Client 通讯应用 完整的服
- c# winform 自动登录 百度账户 源代码
- C#编写的16进制计算器
- C#TCP通信协议
- C# 数据表(Dataset)操作 合并 查询一
- C#语音识别系统speechsdk51,SpeechSDK51L
- 数据库备份还原工具1.0 C# 源码
-
[免费]xm
lDocument 节点遍历C# - EQ2008LEDc#开发实例
- DirectX.Capturec# winform 操作摄像头录像附
- c# 实现的最大最小距离方法对鸢尾花
- C#版保龄球记分代码
- C#自定义控件
- 基于c#的实验室设备管理系统621530
- C# 使用ListView控件实现图片浏览器(源
- C#简单窗体聊天程序
- C#指纹识别系统程序 报告
- c# 高校档案信息管理系统
- c#向word文件插入图片
评论
共有 条评论