资源简介
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using System.Security.AccessControl;
using System.Threading;
using System.Runtime.InteropServices;
namespace CommentHelper
{
public partial class MainForm : Form
{
private String[] targetPaths;
private String[] comment;
private String[] commentStart = new String[] { “#region CopyRight“ “/**************************************************************“ };
private String[] commentEnd = new String[] { “ **************************************************************/“ “#endregion CopyRight“ ““ };
private bool backUp = false;
BackgroundWorker backgroundWorker;
public MainForm()
{
if (Environment.Is64BitOperatingSystem)
{
targetPaths = new String[] {
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 220672 2013-12-17 16:55 Bin\CommentHelper.exe
I.A.... 2173 2013-07-09 10:21 CommentHelper\app.manifest
I.A.... 3961 2013-12-17 16:56 CommentHelper\CommentHelper.csproj
I.A.... 11645 2013-12-17 16:55 CommentHelper\MainForm.cs
I.A.... 6306 2013-12-17 16:55 CommentHelper\MainForm.Designer.cs
I.A.... 156368 2013-12-17 16:55 CommentHelper\MainForm.resx
文件 925 2013-12-17 16:47 CommentHelper\obj\x86\Release\CommentHelper.csproj.FileListAbsolute.txt
文件 978 2013-12-17 16:55 CommentHelper\obj\x86\Release\CommentHelper.csproj.GenerateResource.Cache
文件 7156 2013-12-17 16:43 CommentHelper\obj\x86\Release\CommentHelper.csprojResolveAssemblyReference.cache
文件 220672 2013-12-17 16:55 CommentHelper\obj\x86\Release\CommentHelper.exe
文件 100734 2013-12-17 16:55 CommentHelper\obj\x86\Release\CommentHelper.MainForm.resources
文件 32256 2013-12-17 16:55 CommentHelper\obj\x86\Release\CommentHelper.pdb
文件 180 2013-12-17 16:42 CommentHelper\obj\x86\Release\CommentHelper.Properties.Resources.resources
文件 5420 2013-12-17 16:42 CommentHelper\obj\x86\Release\DesignTimeResolveAssemblyReferences.cache
文件 6186 2013-12-17 16:56 CommentHelper\obj\x86\Release\DesignTimeResolveAssemblyReferencesInput.cache
文件 4608 2013-12-17 16:35 CommentHelper\obj\x86\Release\TempPE\Properties.Resources.Designer.cs.dll
I.A.... 1099 2011-09-13 12:44 CommentHelper\Program.cs
I.A.... 1374 2013-03-18 10:33 CommentHelper\Properties\AssemblyInfo.cs
I.A.... 2866 2013-03-18 10:35 CommentHelper\Properties\Resources.Designer.cs
I.A.... 5612 2011-09-13 11:28 CommentHelper\Properties\Resources.resx
I.A.... 1113 2013-03-18 10:35 CommentHelper\Properties\Settings.Designer.cs
I.A.... 249 2011-09-13 11:28 CommentHelper\Properties\Settings.settings
I.A.... 99678 2013-03-18 10:24 CommentHelper\QQ.ico
I.A.... 728 2011-09-13 15:24 CommentHelper\StringExtension.cs
I.A.... 771 2011-09-13 16:34 CommentHelper\TestClass.cs
I.A.... 881 2011-09-13 11:28 CommentHelper.sln
目录 0 2013-12-17 16:35 CommentHelper\obj\x86\Debug\TempPE
目录 0 2013-12-17 16:35 CommentHelper\obj\x86\Release\TempPE
目录 0 2013-12-17 16:35 CommentHelper\obj\x86\Debug
目录 0 2013-12-17 16:55 CommentHelper\obj\x86\Release
............此处省略10个文件信息
- 上一篇:WpfBinding demo
- 下一篇:C#批量格式化文档插件源码
相关资源
- C# 显示磁盘目录信息
- 解析
- 即系
- IconPanel ToolTip
- CSDN small
- 生成8位密码程序
- .net 2.0 List 去重 类似 distinct()函数
- c# 简单的借书/还书
- DCOM授权
- sina授权登录
- 计算你人生 剩余几个月
- 经纬度在范围内外判断
- 远控系列软件2(远控服务器端)
- 生成星号金字塔
- 控制动物的奔跑与停止
- UART_veryhuo.com
- mysql生成随机码
- C# 简易计算器源码
- c# 取消 Alt+F4(关闭窗口)源码
- C# 石头剪刀布入门级控制台源码
- C# 仿记事本(可用作备注/书签)
- C#(switch/if)入门级
- 将Excel数据分解到多个文本文件
- 将文本文件数据分解到Excel中的不同数
- 为一个Excel文件创建多个工作表
- 将数据利用Excel生成图表
- 将多个Excel文件进行自动汇总
- 自动用递增变化的数据填充Excel
- 读取多个Word文档文件到Excel同一数据
- 利用Excel对数据进行多列排序
评论
共有 条评论