资源简介
VB.NET入门经典(第三版)含源代码勾月科技。内容详细且易懂,是一本非常优秀全面的书籍。
代码片段和文件信息
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\. 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(““)]
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2013-01-28 11:08 20141101-VB.NET入门经典(第三版)\
目录 0 2013-01-15 14:56 20141101-VB.NET入门经典(第三版)\code\
目录 0 2014-11-01 10:11 20141101-VB.NET入门经典(第三版)\code\559923 code02\
目录 0 2004-04-05 22:29 20141101-VB.NET入门经典(第三版)\code\559923 code02\ProVB.NET\
文件 1044 2004-02-09 00:01 20141101-VB.NET入门经典(第三版)\code\559923 code02\ProVB.NET\AssemblyInfo.vb
文件 7016 2004-02-09 00:43 20141101-VB.NET入门经典(第三版)\code\559923 code02\ProVB.NET\Form1.resx
文件 2028 2004-04-05 22:19 20141101-VB.NET入门经典(第三版)\code\559923 code02\ProVB.NET\Form1.vb
文件 903 2004-02-09 00:01 20141101-VB.NET入门经典(第三版)\code\559923 code02\ProVB.NET\ProVB.NET.sln
文件 8704 2004-04-05 22:19 20141101-VB.NET入门经典(第三版)\code\559923 code02\ProVB.NET\ProVB.NET.suo
文件 4206 2004-02-09 00:01 20141101-VB.NET入门经典(第三版)\code\559923 code02\ProVB.NET\ProVB.NET.vbproj
文件 1813 2004-04-05 22:19 20141101-VB.NET入门经典(第三版)\code\559923 code02\ProVB.NET\ProVB.NET.vbproj.user
目录 0 2014-11-01 10:11 20141101-VB.NET入门经典(第三版)\code\559923 code03\
目录 0 2004-04-05 22:15 20141101-VB.NET入门经典(第三版)\code\559923 code03\AttributeDemo\
文件 1148 2002-02-05 17:56 20141101-VB.NET入门经典(第三版)\code\559923 code03\AttributeDemo\AssemblyInfo.vb
文件 911 2004-04-05 22:10 20141101-VB.NET入门经典(第三版)\code\559923 code03\AttributeDemo\AttributeDemo.sln
文件 8192 2004-04-05 22:13 20141101-VB.NET入门经典(第三版)\code\559923 code03\AttributeDemo\AttributeDemo.suo
文件 3605 2004-04-05 22:10 20141101-VB.NET入门经典(第三版)\code\559923 code03\AttributeDemo\AttributeDemo.vbproj
文件 1814 2004-04-05 22:13 20141101-VB.NET入门经典(第三版)\code\559923 code03\AttributeDemo\AttributeDemo.vbproj.user
文件 584 2004-04-05 22:13 20141101-VB.NET入门经典(第三版)\code\559923 code03\AttributeDemo\Module1.vb
目录 0 2004-04-05 22:14 20141101-VB.NET入门经典(第三版)\code\559923 code03\GenerationsDemo\
文件 1155 2002-02-05 17:51 20141101-VB.NET入门经典(第三版)\code\559923 code03\GenerationsDemo\AssemblyInfo.vb
文件 915 2004-04-05 22:13 20141101-VB.NET入门经典(第三版)\code\559923 code03\GenerationsDemo\GenerationsDemo.sln
文件 7680 2004-04-05 22:14 20141101-VB.NET入门经典(第三版)\code\559923 code03\GenerationsDemo\GenerationsDemo.suo
文件 3611 2004-04-05 22:13 20141101-VB.NET入门经典(第三版)\code\559923 code03\GenerationsDemo\GenerationsDemo.vbproj
文件 1815 2004-04-05 22:14 20141101-VB.NET入门经典(第三版)\code\559923 code03\GenerationsDemo\GenerationsDemo.vbproj.user
文件 326 2004-04-05 22:14 20141101-VB.NET入门经典(第三版)\code\559923 code03\GenerationsDemo\Module1.vb
目录 0 2014-11-01 10:11 20141101-VB.NET入门经典(第三版)\code\559923 code04\
目录 0 2004-04-05 22:02 20141101-VB.NET入门经典(第三版)\code\559923 code04\Boolean\
文件 1028 2002-02-06 10:31 20141101-VB.NET入门经典(第三版)\code\559923 code04\Boolean\AssemblyInfo.vb
文件 899 2004-04-05 21:55 20141101-VB.NET入门经典(第三版)\code\559923 code04\Boolean\Boolean.sln
文件 8192 2004-04-05 22:02 20141101-VB.NET入门经典(第三版)\code\559923 code04\Boolean\Boolean.suo
............此处省略1586个文件信息
- 上一篇:视频技术手册 第五版
- 下一篇:VB+Flash操作题自动判分源码+说明
评论
共有 条评论