資源簡介
最后更新時間是2018-04-05 因個別用戶沒有語言包導致運行報錯,現在已補充上語言包,可以運行了。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Windows.Forms;
namespace?BackgroundProcess
{
????static?class?Program
????{
????????///?
????????///?The?main?entry?point?for?the?application.
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????//Application.EnableVisualstyles();
????????????//Application.SetCompatibleTextRenderingDefault(false);
????????????//Application.Run(new?Form1());
????????????string[]?args?=?Environment.GetCommandLineArgs();
????????????if(args.Length?<=?1)
????????????{
????????????????MessageBox.Show(“Please?execute?\“Immersive?Explorer.exe\“?instead?of?this?file.“);
????????????????return;
????????????}
????????????server?=?new?Server(args[1]?args[2]);
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-04-05?11:16??BackgroundProcess\
?????文件????????3899??2014-01-08?01:00??BackgroundProcess\BackgroundProcess.csproj
?????文件?????????884??2014-01-07?22:38??BackgroundProcess\Program.cs
?????目錄???????????0??2018-04-05?11:16??BackgroundProcess\Properties\
?????文件????????1412??2014-01-06?01:55??BackgroundProcess\Properties\AssemblyInfo.cs
?????文件????????2864??2014-01-07?19:06??BackgroundProcess\Properties\Resources.Designer.cs
?????文件????????5612??2014-01-07?19:06??BackgroundProcess\Properties\Resources.resx
?????文件????????1104??2014-01-07?19:06??BackgroundProcess\Properties\Settings.Designer.cs
?????文件?????????249??2014-01-07?19:06??BackgroundProcess\Properties\Settings.settings
?????文件????????2412??2014-01-08?18:52??BackgroundProcess\Server.cs
?????目錄???????????0??2018-04-05?11:16??BackgroundProcess\bin\
?????目錄???????????0??2018-04-05?11:17??BackgroundProcess\bin\Debug\
?????文件????????8192??2018-04-05?11:17??BackgroundProcess\bin\Debug\ImrsvExBackground.exe
?????文件???????19968??2018-04-05?11:17??BackgroundProcess\bin\Debug\ImrsvExBackground.pdb
?????文件??????563712??2018-04-05?11:17??BackgroundProcess\bin\Debug\Microsoft.WindowsAPICodePack.Shell.dll
?????文件?????1537536??2018-04-05?11:17??BackgroundProcess\bin\Debug\Microsoft.WindowsAPICodePack.Shell.pdb
?????文件?????1447511??2018-04-05?11:17??BackgroundProcess\bin\Debug\Microsoft.WindowsAPICodePack.Shell.xm
?????文件??????107520??2018-04-05?11:17??BackgroundProcess\bin\Debug\Microsoft.WindowsAPICodePack.dll
?????文件??????271872??2018-04-05?11:17??BackgroundProcess\bin\Debug\Microsoft.WindowsAPICodePack.pdb
?????文件??????153018??2018-04-05?11:17??BackgroundProcess\bin\Debug\Microsoft.WindowsAPICodePack.xm
?????目錄???????????0??2018-04-05?11:16??BackgroundProcess\obj\
?????目錄???????????0??2018-04-05?11:35??BackgroundProcess\obj\Debug\
?????文件?????????180??2018-04-05?11:17??BackgroundProcess\obj\Debug\BackgroundProcess.Properties.Resources.resources
?????文件???????????0??2018-04-05?11:17??BackgroundProcess\obj\Debug\BackgroundProcess.csproj.CopyComplete
?????文件??????????42??2018-04-05?11:16??BackgroundProcess\obj\Debug\BackgroundProcess.csproj.CoreCompileInputs.cache
?????文件????????2313??2018-04-05?11:17??BackgroundProcess\obj\Debug\BackgroundProcess.csproj.FileListAbsolute.txt
?????文件?????????954??2018-04-05?11:17??BackgroundProcess\obj\Debug\BackgroundProcess.csproj.GenerateResource.cache
?????文件???????63267??2018-04-05?11:17??BackgroundProcess\obj\Debug\BackgroundProcess.csprojResolveAssemblyReference.cache
?????文件????????7335??2018-04-05?11:35??BackgroundProcess\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????文件????????8192??2018-04-05?11:17??BackgroundProcess\obj\Debug\ImrsvExBackground.exe
?????文件???????19968??2018-04-05?11:17??BackgroundProcess\obj\Debug\ImrsvExBackground.pdb
............此處省略645個文件信息
評論
共有 條評論