• 大小: 7.07M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: wpf  实例  系统  

资源简介

最后更新时间是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.xml
     文件      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.xml
     目录           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个文件信息

评论

共有 条评论