近段时间由于工作的需要访问其它进程的相关数据,现将其中的一些代码写下来,以备参考.
    代码如下(系统自动生成的没有列出来): 

 1C#调用API访问其它进程using System;
 2C#调用API访问其它进程using System.Collections.Generic;
 3C#调用API访问其它进程using System.ComponentModel;
 4C#调用API访问其它进程using System.Data;
 5C#调用API访问其它进程using System.Drawing;
 6C#调用API访问其它进程using System.Text;
 7C#调用API访问其它进程using System.Windows.Forms;
 8C#调用API访问其它进程using System.Runtime.InteropServices;
 9C#调用API访问其它进程
10C#调用API访问其它进程namespace WindowsApplication1
11}

 

相关文章: