資源簡介
打開該實例以后,所有鍵盤的操作 均被寫入 E盤的 system.txt文件下
代碼片段和文件信息
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?framework?文檔。
//
//?使用下面的屬性控制用于簽名的密鑰。
//
//?注意:
//???(*)?如果未指定密鑰,則程序集不會被簽名。
//???(*)?KeyName?是指已經安裝在計算機上的
//??????加密服務提供程序(
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1859??2008-05-17?14:20??AssemblyInfo.cs
?????文件????????211??2008-05-22?16:20??Begin.cs
?????文件???????4776??2015-01-29?21:55??frmShow.cs
?????文件???????6434??2008-05-20?21:29??frmShow.resx
?????文件???????9257??2015-01-29?21:56??KeyBordHook.cs
?????文件???????5661??2013-05-05?16:23??PrintScreen.csproj
?????文件???????2539??2013-05-05?16:23??PrintScreen.csproj.user
?????文件????????906??2013-05-05?16:23??PrintScreen.sln
?????文件???????1000??2009-04-01?21:34??UpgradeLog.xm
?????文件???????1592??2013-05-05?16:23??UpgradeLog2.xm
?????文件??????24576??2015-01-29?21:56??bin\Debug\PrintScreen.exe
?????文件??????26112??2015-01-29?21:56??bin\Debug\PrintScreen.pdb
?????文件???????5632??2005-12-08?14:51??bin\Debug\PrintScreen.vshost.exe
?????文件????????791??2015-01-29?21:54??obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????5885??2015-01-29?21:35??obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????708??2015-01-29?21:50??obj\Debug\PrintScreen.csproj.FileListAbsolute.txt
?????文件???????1226??2015-01-29?21:50??obj\Debug\PrintScreen.csprojResolveAssemblyReference.cache
?????文件??????24576??2015-01-29?21:56??obj\Debug\PrintScreen.exe
?????文件??????26112??2015-01-29?21:56??obj\Debug\PrintScreen.pdb
????..A..H.?????37384??2008-05-22?16:42??obj\Debug\PrintScreen.projdata
?????文件????????150??2009-04-24?16:24??obj\PrintScreen.csproj.FileList.txt
?????目錄??????????0??2009-04-24?16:24??obj\Debug\Refactor
?????目錄??????????0??2009-04-24?16:24??obj\Debug\temp
?????目錄??????????0??2009-04-24?16:24??obj\Debug\TempPE
?????目錄??????????0??2013-05-05?16:30??bin\Debug
?????目錄??????????0??2013-05-05?16:23??bin\Release
?????目錄??????????0??2015-01-29?21:56??obj\Debug
?????目錄??????????0??2013-05-05?16:23??bin
?????目錄??????????0??2009-04-24?16:24??obj
-----------?---------??----------?-----??----
............此處省略2個文件信息
評論
共有 條評論