資源簡介
Windows 進程及可卸載程序列表
代碼片段和文件信息
using?Microsoft.Win32;
using?System;
using?System.Collections.Generic;
using?System.Diagnostics;
using?System.Linq;
using?System.Windows.Forms;
using?System.IO;
using?System.Management;
namespace?DetectionSoft
{
????///?
????///?顯示當前機器的安裝程序、運行進程
????///?含殺死特定進程
????///?
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?
????????[STAThread]
????????static?void?Main(string[]?ages)
????????{
????????????string?OutStr?=?““;
????????????if?(ages.Length?==?0)
????????????????//?OutStr?=?(Pc()?+?InstallList()).Replace(“\r\n“?Environment.NewLine);
????????????????OutStr?=?(Pc()?+?InstallList()?+?ProcessList()).Replace(“\r\n“?Environment.NewLine);
????????????else
????????????{
????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????..A..H.?????34816??2017-11-20?09:35??Demo.App.DetectionSoftware\.vs\DetectionSoftware\v15\.suo
?????文件?????573440??2017-11-20?09:35??Demo.App.DetectionSoftware\.vs\DetectionSoftware\v15\sqlite3\storage.ide
?????文件??????78848??2017-11-20?09:35??Demo.App.DetectionSoftware\bin\Debug\DetectionSoftware.exe
?????文件??????19968??2017-11-20?09:35??Demo.App.DetectionSoftware\bin\Debug\DetectionSoftware.pdb
?????文件??????18432??2017-03-09?18:48??Demo.App.DetectionSoftware\bin\Release\DisplayDemo.exe
?????文件??????42496??2017-03-09?18:48??Demo.App.DetectionSoftware\bin\Release\DisplayDemo.pdb
?????文件???????3713??2017-04-28?11:44??Demo.App.DetectionSoftware\DetectionSoftware.csproj
?????文件????????952??2017-04-28?11:42??Demo.App.DetectionSoftware\DetectionSoftware.sln
?????文件?????????42??2017-04-28?11:44??Demo.App.DetectionSoftware\obj\x86\Debug\CoreCompileInputs.cache
?????文件????????939??2017-04-28?11:23??Demo.App.DetectionSoftware\obj\x86\Debug\Demo.csproj.FileListAbsolute.txt
?????文件???????1011??2017-04-28?09:23??Demo.App.DetectionSoftware\obj\x86\Debug\Demo.csproj.GenerateResource.Cache
?????文件???????9943??2017-04-28?10:49??Demo.App.DetectionSoftware\obj\x86\Debug\Demo.csprojResolveAssemblyReference.cache
?????文件??????11264??2017-04-28?11:25??Demo.App.DetectionSoftware\obj\x86\Debug\Demo.exe
?????文件??????22016??2017-04-28?11:25??Demo.App.DetectionSoftware\obj\x86\Debug\Demo.pdb
?????文件????????180??2017-04-28?10:55??Demo.App.DetectionSoftware\obj\x86\Debug\Demo.Properties.Resources.resources
?????文件???????2870??2017-04-28?09:18??Demo.App.DetectionSoftware\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7211??2017-11-20?09:35??Demo.App.DetectionSoftware\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件?????????42??2017-11-20?09:35??Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.csproj.CoreCompileInputs.cache
?????文件???????1564??2017-11-20?09:35??Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.csproj.FileListAbsolute.txt
?????文件????????954??2017-04-28?11:40??Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.csproj.GenerateResource.Cache
?????文件???????9933??2017-04-28?11:40??Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.csprojResolveAssemblyReference.cache
?????文件??????78848??2017-11-20?09:35??Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.exe
?????文件??????19968??2017-11-20?09:35??Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.pdb
?????文件????????180??2017-11-20?09:35??Demo.App.DetectionSoftware\obj\x86\Debug\DetectionSoftware.Properties.Resources.resources
?????文件???????1772??2017-01-03?11:36??Demo.App.DetectionSoftware\obj\x86\Debug\DisplayDemo.csproj.FileListAbsolute.txt
?????文件???????1032??2016-07-28?09:31??Demo.App.DetectionSoftware\obj\x86\Debug\DisplayDemo.csproj.GenerateResource.Cache
?????文件???????9214??2016-09-08?09:21??Demo.App.DetectionSoftware\obj\x86\Debug\DisplayDemo.csprojResolveAssemblyReference.cache
?????文件???????3584??2017-04-28?11:38??Demo.App.DetectionSoftware\obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll
?????文件????????518??2017-01-03?13:47??Demo.App.DetectionSoftware\obj\x86\Release\Demo.csproj.FileListAbsolute.txt
?????文件????????974??2017-01-03?16:21??Demo.App.DetectionSoftware\obj\x86\Release\Demo.csproj.GenerateResource.Cache
............此處省略35個文件信息
- 上一篇:wpf 瀏覽指定目錄下的所有圖像
- 下一篇:C# 我的世界進度條控件
評論
共有 條評論