資源簡(jiǎn)介
代碼片段和文件信息
using?System;
using?System.Web;
using?System.IO;
using?System.Net;
using?System.xml;
using?System.Collections;
using?System.Windows.Forms;
using?System.ComponentModel;
namespace?AutoUpdate
{
///?
///?updater?的摘要說(shuō)明。
///?
public?class?AppUpdater:IDisposable
{
#region?成員與字段屬性
private?string?_updaterUrl;
private?bool?disposed?=?false;
private?IntPtr?handle;
private?Component?component?=?new?Component();
[System.Runtime.InteropServices.DllImport(“Kernel32“)]
private?extern?static?Boolean?CloseHandle(IntPtr?handle);
public?string?UpdaterUrl
{
set{_updaterUrl?=?value;}
get{return?this._updaterUrl;}
}
#endregion
///?
///?AppUpdater構(gòu)造函數(shù)
///?
public?AppUpdater()
{
this.handle?=?handle;
}
public?void?Dispose()
{
Dispose(true);
GC.SuppressFinalize(this);
}
private?void?Dispose(bool?disposing)
{
if(!this.disposed)
{
if(disposing)
{
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件??????25214??2012-01-07?10:34??AutoUpdate\App.ico
?????文件???????5821??2012-01-07?10:34??AutoUpdate\AppUpdater.cs
?????文件???????4049??2012-04-11?10:11??AutoUpdate\AutoUpdate.csproj
?????文件?????142848??2012-04-11?10:13??AutoUpdate\bin\Debug\AutoUpdate.exe
?????文件??????48640??2012-04-11?10:13??AutoUpdate\bin\Debug\AutoUpdate.pdb
?????文件???????8704??2012-03-31?23:14??AutoUpdate\bin\Debug\MyInstallerClass.dll
?????文件????????453??2012-04-11?14:45??AutoUpdate\bin\Debug\UpdateList.xm
?????文件??????23573??2012-04-11?10:13??AutoUpdate\FrmUpdate.cs
?????文件?????147879??2012-04-10?17:14??AutoUpdate\FrmUpdate.resx
?????文件???????1334??2012-01-07?10:34??AutoUpdate\IniFiles.cs
?????文件???????3735??2012-04-11?10:12??AutoUpdate\obj\x86\Debug\AutoUpdate.csproj.FileListAbsolute.txt
?????文件?????142848??2012-04-11?10:13??AutoUpdate\obj\x86\Debug\AutoUpdate.exe
?????文件??????95276??2012-04-11?10:11??AutoUpdate\obj\x86\Debug\AutoUpdate.FrmUpdate.resources
?????文件??????48640??2012-04-11?10:13??AutoUpdate\obj\x86\Debug\AutoUpdate.pdb
?????文件????????180??2012-04-11?10:11??AutoUpdate\obj\x86\Debug\AutoUpdate.Properties.Resources.resources
?????文件???????5124??2012-04-08?17:55??AutoUpdate\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6493??2012-04-11?10:13??AutoUpdate\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????638??2012-04-11?10:11??AutoUpdate\obj\x86\Debug\GenerateResource.read.1.tlog
?????文件????????718??2012-04-11?10:11??AutoUpdate\obj\x86\Debug\GenerateResource.write.1.tlog
?????文件??????13744??2012-04-11?10:11??AutoUpdate\obj\x86\Debug\ResolveAssemblyReference.cache
?????文件????????506??2012-01-07?10:34??AutoUpdate\Program.cs
?????文件???????1438??2012-03-04?16:27??AutoUpdate\Properties\AssemblyInfo.cs
?????文件???????2846??2012-01-07?10:34??AutoUpdate\Properties\Resources.Designer.cs
?????文件???????5612??2012-01-07?10:34??AutoUpdate\Properties\Resources.resx
?????文件???????1093??2012-01-07?10:34??AutoUpdate\Properties\Settings.Designer.cs
?????文件????????249??2012-01-07?10:34??AutoUpdate\Properties\Settings.settings
?????文件???????1303??2012-01-07?10:34??AutoUpdate\xm
?????目錄??????????0??2012-01-10?17:23??AutoUpdate\obj\x86\Debug\TempPE
?????目錄??????????0??2012-04-11?14:43??AutoUpdate\obj\x86\Debug
?????目錄??????????0??2012-04-11?14:46??AutoUpdate\bin\Debug
............此處省略9個(gè)文件信息
評(píng)論
共有 條評(píng)論