資源簡介
簡單模擬模擬任務管理器
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
using?System.Collections;
using?System.IO;
using?System.Text.Regularexpressions;
namespace?內(nèi)存顯示器
{
????public?partial?class?Form1?:?Form
????{???????
????????public?Form1()
????????{
????????????InitializeComponent();
????????????timer1.Enabled?=?true;
????//????????cmd();
????????}
???????
????????public?void?cmd()
????????{
????????????int?k=0;
?????????
????????????System.Diagnostics.ProcessStartInfo?pf?=?new?System.Diagnostics.ProcessStartInfo(“cmd.exe“);
????????????pf.UseShellExecute?=?false;
????????????pf.RedirectStandardInput?=?true;
????????????pf.RedirectStandardOutput?=?true;
????????????pf.RedirectStandardError?=?true;
????????????pf.CreateNoWindow?=?true;
????????????var?pf2?=?new?System.Diagnostics.Process();
????????????pf2.
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????187??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器\App.config
?????文件??????10752??2016-02-12?21:19??內(nèi)存顯示器\內(nèi)存顯示器\bin\Debug\內(nèi)存顯示器.exe
?????文件????????187??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器\bin\Debug\內(nèi)存顯示器.exe.config
?????文件??????26112??2016-02-12?21:19??內(nèi)存顯示器\內(nèi)存顯示器\bin\Debug\內(nèi)存顯示器.pdb
?????文件??????22984??2016-02-12?21:17??內(nèi)存顯示器\內(nèi)存顯示器\bin\Debug\內(nèi)存顯示器.vshost.exe
?????文件????????187??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器\bin\Debug\內(nèi)存顯示器.vshost.exe.config
?????文件????????490??2012-06-02?22:34??內(nèi)存顯示器\內(nèi)存顯示器\bin\Debug\內(nèi)存顯示器.vshost.exe.manifest
?????文件???????4492??2016-02-12?21:19??內(nèi)存顯示器\內(nèi)存顯示器\Form1.cs
?????文件???????3991??2016-02-12?21:19??內(nèi)存顯示器\內(nèi)存顯示器\Form1.Designer.cs
?????文件???????6206??2016-02-12?21:19??內(nèi)存顯示器\內(nèi)存顯示器\Form1.resx
?????文件???????1308??2016-02-11?12:12??內(nèi)存顯示器\內(nèi)存顯示器\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????7079??2016-02-10?20:31??內(nèi)存顯示器\內(nèi)存顯示器\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件??????????0??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件???????1005??2016-02-12?21:17??內(nèi)存顯示器\內(nèi)存顯示器\obj\Debug\內(nèi)存顯示器.csproj.FileListAbsolute.txt
?????文件????????975??2016-02-12?21:19??內(nèi)存顯示器\內(nèi)存顯示器\obj\Debug\內(nèi)存顯示器.csproj.GenerateResource.Cache
?????文件???????2209??2016-02-10?20:17??內(nèi)存顯示器\內(nèi)存顯示器\obj\Debug\內(nèi)存顯示器.csprojResolveAssemblyReference.cache
?????文件??????10752??2016-02-12?21:19??內(nèi)存顯示器\內(nèi)存顯示器\obj\Debug\內(nèi)存顯示器.exe
?????文件????????180??2016-02-12?21:19??內(nèi)存顯示器\內(nèi)存顯示器\obj\Debug\內(nèi)存顯示器.Form1.resources
?????文件??????26112??2016-02-12?21:19??內(nèi)存顯示器\內(nèi)存顯示器\obj\Debug\內(nèi)存顯示器.pdb
?????文件????????180??2016-02-10?20:55??內(nèi)存顯示器\內(nèi)存顯示器\obj\Debug\內(nèi)存顯示器.Properties.Resources.resources
?????文件????????527??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器\Program.cs
?????文件???????1350??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器\Properties\AssemblyInfo.cs
?????文件???????2882??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器\Properties\Resources.Designer.cs
?????文件???????5612??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器\Properties\Resources.resx
?????文件???????1102??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器\Properties\Settings.Designer.cs
?????文件????????249??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器\Properties\Settings.settings
?????文件???????3809??2016-02-10?20:55??內(nèi)存顯示器\內(nèi)存顯示器\內(nèi)存顯示器.csproj
?????文件????????935??2016-02-10?20:01??內(nèi)存顯示器\內(nèi)存顯示器.sln
............此處省略12個文件信息
評論
共有 條評論