您的位置:程序门 -> 《程序员》杂志 -> 基本信息



一个简单的程序


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


一个简单的程序
发表于:2007-11-02 21:40:18 楼主
using   system.reflection;
using   system.runtime.compilerservices;

//
//   general   information   about   an   assembly   is   controlled   through   the   following  
//   set   of   attributes.   change   these   attribute   values   to   modify   the   information
//   associated   with   an   assembly.
//
[assembly:   assemblytitle("")]
[assembly:   assemblydescription("")]
[assembly:   assemblyconfiguration("")]
[assembly:   assemblycompany("")]
[assembly:   assemblyproduct("")]
[assembly:   assemblycopyright("")]
[assembly:   assemblytrademark("")]
[assembly:   assemblyculture("")]

//
//   version   information   for   an   assembly   consists   of   the   following   four   values:
//
//             major   version
//             minor   version  
//             build   number
//             revision
//
//   you   can   specify   all   the   values   or   you   can   default   the   revision   and   build   numbers  
//   by   using   the   '*'   as   shown   below:

[assembly:   assemblyversion("1.0.*")]

//
//   in   order   to   sign   your   assembly   you   must   specify   a   key   to   use.   refer   to   the  
//   microsoft   .net   framework   documentation   for   more   information   on   assembly   signing.
//
//   use   the   attributes   below   to   control   which   key   is   used   for   signing.  
//
//   notes:  
//       (*)   if   no   key   is   specified,   the   assembly   is   not   signed.
//       (*)   keyname   refers   to   a   key   that   has   been   installed   in   the   crypto   service
//               provider   (csp)   on   your   machine.   keyfile   refers   to   a   file   which   contains
//               a   key.
//       (*)   if   the   keyfile   and   the   keyname   values   are   both   specified,   the  
//               following   processing   occurs:
//               (1)   if   the   keyname   can   be   found   in   the   csp,   that   key   is   used.
//               (2)   if   the   keyname   does   not   exist   and   the   keyfile   does   exist,   the   key  
//                       in   the   keyfile   is   installed   into   the   csp   and   used.
//       (*)   in   order   to   create   a   keyfile,   you   can   use   the   sn.exe   (strong   name)   utility.
//               when   specifying   the   keyfile,   the   location   of   the   keyfile   should   be
//               relative   to   the   project   output   directory   which   is
//               %project   directory%\obj\ <configuration> .   for   example,   if   your   keyfile   is
//               located   in   the   project   directory,   you   would   specify   the   assemblykeyfile  
//               attribute   as   [assembly:   assemblykeyfile("..\\..\\mykey.snk")]
//       (*)   delay   signing   is   an   advanced   option   -   see   the   microsoft   .net   framework
//               documentation   for   more   information   on   this.
//
[assembly:   assemblydelaysign(false)]
[assembly:   assemblykeyfile("")]
[assembly:   assemblykeyname("")]
发表于:2007-11-05 19:16:141楼 得分:0
这是用c#写的吧  不知道功能是什么?  
发表于:2007-11-12 10:35:582楼 得分:0
据我看,这是.net自动生成的代码文件.跟实际开发没有大的联系,可以忽略
发表于:2007-11-12 14:51:323楼 得分:0
没意思,.net开发环境自己带的一个文件.       生成解决方案发布后,工程的dll中版本号等的说明的填写地方.
发表于:2007-12-08 16:24:454楼 得分:0
不好意思,我是新手,请多多关照
发表于:2007-12-12 14:20:205楼 得分:0
程序清单
发表于:2007-12-17 15:10:166楼 得分:0
lz你想说什么
发表于:2007-12-18 12:29:137楼 得分:0
想说什么就直说了吧?
发表于:2007-12-18 13:06:278楼 得分:0
什么意思???
发表于:2007-12-18 22:18:249楼 得分:0
不明白
发表于:2007-12-22 06:48:2310楼 得分:0
有那么多语言开发工具,delphy和.net哪个好啊,delphy又是哪个公司开发的啊
发表于:2007-12-26 22:01:5711楼 得分:0
看不懂啊
发表于:2008-01-04 13:46:0412楼 得分:0
看不懂啊
发表于:2008-01-21 16:21:4013楼 得分:0
没意思
发表于:2008-01-21 18:49:0914楼 得分:0
,.net开发环境自己带的一个文件.
发表于:2008-01-24 17:11:4315楼 得分:0
看不懂是什么东东。。
发表于:2008-02-23 09:01:2916楼 得分:0
路过~~!!
发表于:2008-02-25 14:15:3217楼 得分:0
看看


快速检索

最新资讯
热门点击