• 大小: 0.04M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 进程  CPU  

资源简介


资源截图

代码片段和文件信息

/// 
/// 更新网站:http://www.cckan.net/thread-1791-1-1.html
/// 

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Diagnostics;
using System.Threading;

namespace startName
{
    public partial class Form1 : Form
    {
        string cpu = string.Empty;
        string info = string.Empty;
        double cpuMax = 0;
        string ProcessName = ““;
        PerformanceCounter MainPC = new PerformanceCounter();//性能计数器
        Process[] p = null;
        PerformanceCounter ChPC = new PerformanceCounter();

        public Form1()
        {
            InitializeComponent();
        }

        //开始执行
        private void but

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      11776  2012-12-18 11:37  bin\Debug\startName.exe

     文件        117  2012-06-20 17:25  bin\Debug\startName.exe.config

     文件      30208  2012-12-18 11:37  bin\Debug\startName.pdb

     文件      11608  2012-12-18 10:37  bin\Debug\startName.vshost.exe

     文件        117  2012-06-20 17:25  bin\Debug\startName.vshost.exe.config

     文件        490  2010-03-17 22:39  bin\Debug\startName.vshost.exe.manifest

     文件       2164  2012-05-01 17:58  obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       5375  2012-12-18 11:37  obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       3876  2012-12-18 10:40  obj\x86\Debug\ResGen.read.1.tlog

     文件       1334  2012-12-18 10:40  obj\x86\Debug\ResGen.write.1.tlog

     文件      10882  2012-06-21 08:04  obj\x86\Debug\ResolveAssemblyReference.cache

     文件       2095  2012-12-18 10:40  obj\x86\Debug\startName.csproj.FileListAbsolute.txt

     文件      11776  2012-12-18 11:37  obj\x86\Debug\startName.exe

     文件        180  2012-12-18 10:40  obj\x86\Debug\startName.Form1.resources

     文件      30208  2012-12-18 11:37  obj\x86\Debug\startName.pdb

     文件        180  2012-12-18 10:40  obj\x86\Debug\startName.Properties.Resources.resources

     文件       4608  2012-06-20 18:09  obj\x86\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件       1468  2012-12-18 11:37  Properties\AssemblyInfo.cs

     文件       2856  2012-06-20 17:25  Properties\Resources.Designer.cs

     文件       5612  2012-05-01 17:58  Properties\Resources.resx

     文件       1107  2012-06-20 17:25  Properties\Settings.Designer.cs

     文件        249  2012-05-01 17:58  Properties\Settings.settings

     文件        117  2012-06-20 17:25  app.config

     文件       3506  2012-12-18 11:37  Form1.cs

     文件       7780  2012-06-21 14:58  Form1.Designer.cs

     文件       6206  2012-06-21 14:58  Form1.resx

     文件        563  2012-12-18 11:37  Program.cs

     文件       3749  2012-06-22 18:38  startName.csproj

     文件        859  2012-06-20 16:07  startName.sln

    ..AD...         0  2012-12-18 10:36  obj\x86\Debug\TempPE

............此处省略10个文件信息

评论

共有 条评论