Introduction
Process Explorer .NET is a Windows Application that can be used as a replacement for TaskManager.
The application shows all the processes running on the current machine. For each selected process, additional process data is listed detailed Win32 threads info. In addition detailed modules listings (DLLs and Handles) loaded by the process including the name of the file where the code was loaded.
Requires Visual Studio 2005 (DotNet Framework 2.0) to build the source.
The most recent version can be found here:
Ideas ,comments, suggestions and bugs: talha [dot] tariq [at] gmail [dot] com











Hello,
I’m trying to use C# and WMI.NET to do some of the things Process explorer does, such the information shown in the ENVIRONMENT tab page.
I’ve been unsuccessful in getting what I need, so I’m trying to find the source code for Process Explorer.
Is it available at all?
Is it available at a price?
Many thanks
By: Xavier on July 30, 2008
at 5:43 pm
It is available here
http://sourceforge.net/project/showfiles.php?group_id=175499
By: Talha on July 30, 2008
at 5:46 pm
I got pexnet. A nice utility, but it only provides the same basics that I’ve been able to get with WMI.NET.
I’m trying to extract info that Sysinternals version of ProcessExplorer shows in the ENVIRONMENT tab page, such as the SESSIONNAME, which tells me that an application is an ICA-Client (Citrix published app). The tasklist.exe gives me that information too, and that is what I use now in my c# application, but it is a temporary cludge.
So, I find myself trying to get the source code for sysinternals Process Explorer http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx
Do you know if that source code is avialble?
Many thanks
By: Xavier on July 30, 2008
at 7:53 pm
i have the source doe of that process explorer
you can email me :
By: doms on September 8, 2009
at 3:32 am
doms,
if you could wing me a copy of process explorer’s source code?
Thanx,
H.
By: Hans on September 8, 2009
at 6:09 pm
Hi… it is an interesting post.
Could you give me a code copy of this progran
Thank’s in advance
By: Marcela Ocariz on September 28, 2009
at 8:05 pm