資源簡介
C#百例,你懂得的
適合學生學習
適合學生學習
代碼片段和文件信息
using?System.Reflection;
using?System.Runtime.CompilerServices;
//
//?有關程序集的常規信息是通過下列?
//屬性集控制的。更改這些屬性值可修改與程序集
//關聯的信息。
//
[assembly:?Assemblytitle(““)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
//
//?程序集的版本信息包含下列?4?個值:
//
//??????主版本
//??????次版本
//??????內部版本號
//??????修訂號
//
//?您可以指定所有值,或使用“修訂號”和“內部版本號”的默認值,方法為按如下方式?
//?使用“*”:
[assembly:?AssemblyVersion(“1.0.*“)]
//
//?要對程序集進行簽名,必須指定要使用的密鑰。有關程序集簽名的更多信息,請參考?
//?Microsoft?.NET?框架文檔。
//
//?使用下面的屬性控制用于簽名的密鑰。
//
//?注意:
//???(*)?如果未指定密鑰,則程序集不會被簽名。
//???(*)?KeyName?是指已經安裝在計算機上的
//??????加密服務提供程序?(CSP)?中的密鑰。KeyF
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????.CA....??????1240??2003-12-09?16:07??C#百例\光盤說明.txt
?????文件???????1078??2003-08-19?11:39??C#百例\第1章\第10例\testArrayApp\App.ico
?????文件???????1846??2003-08-19?11:39??C#百例\第1章\第10例\testArrayApp\AssemblyInfo.cs
?????文件???????8704??2003-08-19?14:37??C#百例\第1章\第10例\testArrayApp\bin\Debug\testArrayApp.exe
?????文件??????13824??2003-08-19?14:37??C#百例\第1章\第10例\testArrayApp\bin\Debug\testArrayApp.pdb
?????目錄??????????0??2007-10-23?14:47??C#百例\第1章\第10例\testArrayApp\bin\Debug
?????目錄??????????0??2007-10-23?14:47??C#百例\第1章\第10例\testArrayApp\bin
?????文件???????3668??2003-08-19?14:37??C#百例\第1章\第10例\testArrayApp\Class1.cs
?????目錄??????????0??2005-09-14?17:25??C#百例\第1章\第10例\testArrayApp\obj\Debug\temp
?????目錄??????????0??2005-09-14?17:25??C#百例\第1章\第10例\testArrayApp\obj\Debug\TempPE
?????文件???????8704??2003-08-19?14:37??C#百例\第1章\第10例\testArrayApp\obj\Debug\testArrayApp.exe
?????文件???????1414??2003-08-19?14:37??C#百例\第1章\第10例\testArrayApp\obj\Debug\testArrayApp.exe.incr
?????文件??????13824??2003-08-19?14:37??C#百例\第1章\第10例\testArrayApp\obj\Debug\testArrayApp.pdb
?????目錄??????????0??2007-10-23?14:47??C#百例\第1章\第10例\testArrayApp\obj\Debug
?????目錄??????????0??2007-10-23?14:47??C#百例\第1章\第10例\testArrayApp\obj
?????文件???????3773??2003-08-19?11:39??C#百例\第1章\第10例\testArrayApp\testArrayApp.csproj
?????文件???????1803??2004-06-14?21:38??C#百例\第1章\第10例\testArrayApp\testArrayApp.csproj.user
?????文件????????920??2003-08-19?11:39??C#百例\第1章\第10例\testArrayApp\testArrayApp.sln
?????目錄??????????0??2007-10-23?14:47??C#百例\第1章\第10例\testArrayApp
?????文件???????1078??2003-08-22?10:53??C#百例\第1章\第10例\第12例\testParameterApp\App.ico
?????文件???????1846??2003-08-22?10:53??C#百例\第1章\第10例\第12例\testParameterApp\AssemblyInfo.cs
?????文件???????6656??2003-08-22?20:48??C#百例\第1章\第10例\第12例\testParameterApp\bin\Debug\testParameterApp.exe
?????文件??????15872??2003-08-22?20:48??C#百例\第1章\第10例\第12例\testParameterApp\bin\Debug\testParameterApp.pdb
?????目錄??????????0??2007-10-23?14:47??C#百例\第1章\第10例\第12例\testParameterApp\bin\Debug
?????目錄??????????0??2007-10-23?14:47??C#百例\第1章\第10例\第12例\testParameterApp\bin
?????文件???????2314??2003-08-22?20:52??C#百例\第1章\第10例\第12例\testParameterApp\Class1.cs
?????目錄??????????0??2005-09-14?17:25??C#百例\第1章\第10例\第12例\testParameterApp\obj\Debug\temp
?????目錄??????????0??2005-09-14?17:25??C#百例\第1章\第10例\第12例\testParameterApp\obj\Debug\TempPE
?????文件???????6656??2003-08-22?20:48??C#百例\第1章\第10例\第12例\testParameterApp\obj\Debug\testParameterApp.exe
?????文件???????1350??2003-08-22?20:48??C#百例\第1章\第10例\第12例\testParameterApp\obj\Debug\testParameterApp.exe.incr
............此處省略2339個文件信息
- 上一篇:C# 實現文件夾瀏覽控件
- 下一篇:C#多線程
評論
共有 條評論