資源簡介
根據進程名獲取
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Diagnostics;
using?System.Drawing;
using?System.Linq;
using?System.Runtime.InteropServices;
using?System.Text;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?getFormInfo
{
????public?partial?class?Form1?:?Form
????{
????????///?
????????///?查找窗口
????????///?
????????///?
????????///?
????????///?
????????[DllImport(“User32.dll“?EntryPoint?=?“FindWindow“)]
????????private?static?extern?IntPtr?FindWindow(string?lpClassName?string?lpWindowName);
????????[DllImport(“user32.dll“?EntryPoint?=?“FindWindowEx“)]
????????private?static?
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????187??2017-08-24?08:36??getFormInfo\getFormInfo\App.config
?????文件??????10240??2017-08-26?12:20??getFormInfo\getFormInfo\bin\Debug\getFormInfo.exe
?????文件????????187??2017-08-24?08:36??getFormInfo\getFormInfo\bin\Debug\getFormInfo.exe.config
?????文件??????24064??2017-08-26?12:20??getFormInfo\getFormInfo\bin\Debug\getFormInfo.pdb
?????文件??????22984??2017-08-26?12:42??getFormInfo\getFormInfo\bin\Debug\getFormInfo.vshost.exe
?????文件????????187??2017-08-24?08:36??getFormInfo\getFormInfo\bin\Debug\getFormInfo.vshost.exe.config
?????文件????????490??2012-06-06?02:06??getFormInfo\getFormInfo\bin\Debug\getFormInfo.vshost.exe.manifest
?????文件???????2321??2017-08-26?12:20??getFormInfo\getFormInfo\Form1.cs
?????文件???????5187??2017-08-26?12:20??getFormInfo\getFormInfo\Form1.Designer.cs
?????文件???????5817??2017-08-26?12:20??getFormInfo\getFormInfo\Form1.resx
?????文件???????3801??2017-08-24?09:10??getFormInfo\getFormInfo\getFormInfo.csproj
?????文件???????1308??2017-08-26?12:15??getFormInfo\getFormInfo\obj\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件???????6931??2017-08-24?08:36??getFormInfo\getFormInfo\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????636??2017-08-26?12:42??getFormInfo\getFormInfo\obj\Debug\getFormInfo.csproj.FileListAbsolute.txt
?????文件????????975??2017-08-26?12:20??getFormInfo\getFormInfo\obj\Debug\getFormInfo.csproj.GenerateResource.Cache
?????文件???????2209??2017-08-26?12:20??getFormInfo\getFormInfo\obj\Debug\getFormInfo.csprojResolveAssemblyReference.cache
?????文件??????10240??2017-08-26?12:20??getFormInfo\getFormInfo\obj\Debug\getFormInfo.exe
?????文件????????180??2017-08-26?12:20??getFormInfo\getFormInfo\obj\Debug\getFormInfo.Form1.resources
?????文件??????24064??2017-08-26?12:20??getFormInfo\getFormInfo\obj\Debug\getFormInfo.pdb
?????文件????????180??2017-08-24?10:26??getFormInfo\getFormInfo\obj\Debug\getFormInfo.Properties.Resources.resources
?????文件??????????0??2017-08-24?08:36??getFormInfo\getFormInfo\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
?????文件??????????0??2017-08-24?08:36??getFormInfo\getFormInfo\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
?????文件??????????0??2017-08-24?08:36??getFormInfo\getFormInfo\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
?????文件????????523??2017-08-24?08:36??getFormInfo\getFormInfo\Program.cs
?????文件???????1360??2017-08-24?08:36??getFormInfo\getFormInfo\Properties\AssemblyInfo.cs
?????文件???????2874??2017-08-24?08:36??getFormInfo\getFormInfo\Properties\Resources.Designer.cs
?????文件???????5612??2017-08-24?08:36??getFormInfo\getFormInfo\Properties\Resources.resx
?????文件???????1098??2017-08-24?08:36??getFormInfo\getFormInfo\Properties\Settings.Designer.cs
?????文件????????249??2017-08-24?08:36??getFormInfo\getFormInfo\Properties\Settings.settings
?????文件????????923??2017-08-24?08:36??getFormInfo\getFormInfo.sln
............此處省略12個文件信息
評論
共有 條評論