資源簡介
C# GDI功能全面的基本繪圖和圖像處理方法(附完整源碼)
代碼片段和文件信息
using?System.Reflection;
using?System.Runtime.CompilerServices;
//
//?有關程序集的常規(guī)信息是通過下列?
//屬性集控制的。更改這些屬性值可修改與程序集
//關聯(lián)的信息。
//
[assembly:?Assemblytitle(““)]
[assembly:?AssemblyDescription(““)]
[assembly:?AssemblyConfiguration(““)]
[assembly:?AssemblyCompany(““)]
[assembly:?AssemblyProduct(““)]
[assembly:?AssemblyCopyright(““)]
[assembly:?AssemblyTrademark(““)]
[assembly:?AssemblyCulture(““)]
//
//?程序集的版本信息包含下列?4?個值:
//
//??????主版本
//??????次版本
//??????內(nèi)部版本號
//??????修訂號
//
//?您可以指定所有值,或使用“修訂號”和“內(nèi)部版本號”的默認值,方法為按如下方式?
//?使用“*”:
[assembly:?AssemblyVersion(“1.0.*“)]
//
//?要對程序集進行簽名,必須指定要使用的密鑰。有關程序集簽名的更多信息,請參考?
//?Microsoft?.NET?框架文檔。
//
//?使用下面的屬性控制用于簽名的密鑰。
//
//?注意:
//???(*)?如果未指定密鑰,則程序集不會被簽名。
//???(*)?KeyName?是指已經(jīng)安裝在計算機上的
//??????加密服務提供程序?(CSP)?中的密鑰。KeyF
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1078??2003-06-14?15:39??GDI+?Demo\App.ico
?????文件???????1846??2003-09-23?00:43??GDI+?Demo\AssemblyInfo.cs
?????文件?????202230??2007-09-18?10:07??GDI+?Demo\bin\Debug\butterfly.bmp
?????文件?????225280??2008-03-18?14:42??GDI+?Demo\bin\Debug\GDIPlusDemo.exe
?????文件?????181760??2008-03-18?14:42??GDI+?Demo\bin\Debug\GDIPlusDemo.pdb
?????文件???????5632??2005-12-08?14:51??GDI+?Demo\bin\Debug\GDIPlusDemo.vshost.exe
?????文件??????99714??2007-06-22?12:25??GDI+?Demo\bin\Debug\nemo.bmp
?????文件?????216054??2007-10-09?16:12??GDI+?Demo\bin\Debug\snike.bmp
?????文件?????202230??2007-09-18?10:07??GDI+?Demo\butterfly.bmp
?????文件?????342329??2008-03-18?14:42??GDI+?Demo\Form1.cs
?????文件??????70178??2003-11-03?00:17??GDI+?Demo\Form1.resx
?????文件???????2351??2003-10-10?07:57??GDI+?Demo\Form2.cs
?????文件???????6432??2003-10-10?07:56??GDI+?Demo\Form2.resx
?????文件??????22090??2003-10-03?16:17??GDI+?Demo\Form3.cs
?????文件??????24628??2003-09-30?01:02??GDI+?Demo\Form3.resx
?????文件???????5905??2007-09-18?10:09??GDI+?Demo\GDIPlusDemo.csproj
?????文件???????2083??2007-02-28?09:38??GDI+?Demo\GDIPlusDemo.csproj.user
?????文件????????905??2007-02-28?09:38??GDI+?Demo\GDIPlusDemo.sln
?????文件????????918??2003-06-14?15:39??GDI+?Demo\GDIPlusDemo.sln.old
????..A..H.?????13312??2008-03-18?14:47??GDI+?Demo\GDIPlusDemo.suo
?????文件???????5120??2001-09-05?12:00??GDI+?Demo\obj\AxInterop.ActiveXPlugin.dll
?????文件?????139264??2001-05-30?17:40??GDI+?Demo\obj\AxInterop.Threed.dll
?????文件????????885??2007-06-22?12:23??GDI+?Demo\obj\Debug\GDIPlusDemo.csproj.GenerateResource.Cache
?????文件????????496??2007-06-22?12:23??GDI+?Demo\obj\Debug\GDIPlusDemo.csproj.ResolveComReference.cache
?????文件?????225280??2008-03-18?14:42??GDI+?Demo\obj\Debug\GDIPlusDemo.exe
?????文件??????74794??2008-03-18?14:41??GDI+?Demo\obj\Debug\GDIPlusDemo.Form1.resources
?????文件???????2929??2008-03-18?14:41??GDI+?Demo\obj\Debug\GDIPlusDemo.Form2.resources
?????文件??????17785??2008-03-18?14:41??GDI+?Demo\obj\Debug\GDIPlusDemo.Form3.resources
?????文件?????181760??2008-03-18?14:42??GDI+?Demo\obj\Debug\GDIPlusDemo.pdb
?????文件????????401??2007-10-09?16:14??GDI+?Demo\obj\GDIPlusDemo.csproj.FileList.txt
............此處省略13個文件信息
評論
共有 條評論