• 大小: 15.46M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 实例  C#  c    

资源简介

学习过程中,找了好些实例,好多不常用,整理了一下,说不定哪天就能用到。

vs2015,都编译测试过了,都可用。有些实例如要重新编译选择“允许不安全代码”。

时间有限,先整理这么多吧。

资源截图

代码片段和文件信息

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(“Pie Chart“)]
[assembly: AssemblyDescription(“Library for drawing 3D pie chart“)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(“Julijan Sribar“)]
[assembly: AssemblyProduct(“3D Pie Chart“)]
[assembly: AssemblyCopyright(“?2004-2006 by Julijan Sribar“)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]

//
// Version information for an assembly consists of the following four values:
//
//      Major Version
//      Minor Version 
//      Build Number
//

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      41472  2017-04-28 12:23  透明渐变按钮\panel_tryit\bin\Debug\panel_tryit.exe

     文件      44544  2017-04-28 12:23  透明渐变按钮\panel_tryit\bin\Debug\panel_tryit.pdb

     文件      21680  2017-04-28 12:23  透明渐变按钮\panel_tryit\bin\Debug\panel_tryit.vshost.exe

     文件      24576  2007-03-18 11:54  透明渐变按钮\panel_tryit\bin\Release\office_colors.exe

     文件      53248  2007-03-19 13:42  透明渐变按钮\panel_tryit\bin\Release\panel_tryit.exe

     文件      46592  2007-03-19 13:42  透明渐变按钮\panel_tryit\bin\Release\panel_tryit.pdb

     文件       5632  2005-09-23 06:56  透明渐变按钮\panel_tryit\bin\Release\panel_tryit.vshost.exe

     文件        419  2007-03-18 11:41  透明渐变按钮\panel_tryit\ClassDiagram1.cd

     文件       1128  2007-03-19 13:42  透明渐变按钮\panel_tryit\Form1.cs

     文件      17319  2007-03-19 12:41  透明渐变按钮\panel_tryit\Form1.Designer.cs

     文件       6181  2007-03-19 12:41  透明渐变按钮\panel_tryit\Form1.resx

     文件       6703  2017-04-28 12:23  透明渐变按钮\panel_tryit\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        594  2017-04-28 12:23  透明渐变按钮\panel_tryit\obj\Debug\panel_tryit.csproj.FileListAbsolute.txt

     文件       1240  2017-04-28 12:23  透明渐变按钮\panel_tryit\obj\Debug\panel_tryit.csproj.GenerateResource.Cache

     文件       1340  2017-04-28 12:23  透明渐变按钮\panel_tryit\obj\Debug\panel_tryit.csprojResolveAssemblyReference.cache

     文件      41472  2017-04-28 12:23  透明渐变按钮\panel_tryit\obj\Debug\panel_tryit.exe

     文件        180  2017-04-28 12:23  透明渐变按钮\panel_tryit\obj\Debug\panel_tryit.Form1.resources

     文件      44544  2017-04-28 12:23  透明渐变按钮\panel_tryit\obj\Debug\panel_tryit.pdb

     文件      19652  2017-04-28 12:23  透明渐变按钮\panel_tryit\obj\Debug\panel_tryit.Properties.Resources.resources

     文件       4608  2017-04-28 12:23  透明渐变按钮\panel_tryit\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       6002  2007-03-19 12:26  透明渐变按钮\panel_tryit\off_button.cs

     文件       9630  2007-03-19 12:41  透明渐变按钮\panel_tryit\off_panel.cs

     文件       4476  2017-04-28 12:23  透明渐变按钮\panel_tryit\panel_tryit.csproj

     文件        478  2007-03-18 11:25  透明渐变按钮\panel_tryit\Program.cs

     文件       1270  2007-03-18 11:25  透明渐变按钮\panel_tryit\Properties\AssemblyInfo.cs

     文件       6258  2017-04-28 12:23  透明渐变按钮\panel_tryit\Properties\Resources.Designer.cs

     文件       8201  2007-03-19 12:16  透明渐变按钮\panel_tryit\Properties\Resources.resx

     文件       1111  2017-04-28 12:23  透明渐变按钮\panel_tryit\Properties\Settings.Designer.cs

     文件        249  2007-03-18 11:25  透明渐变按钮\panel_tryit\Properties\Settings.settings

     文件       3901  2007-03-19 12:13  透明渐变按钮\panel_tryit\Resources\advanced-directory.png

............此处省略2313个文件信息

评论

共有 条评论