Click to See Complete Forum and Search --> : enumerating process's Modules through C# !?


escap3
June 15th, 2009, 07:40 AM
hey all, recently I wrote a program that lists all running process whether Hide or not ..., with theire Identifiers, now I want a snippet that can show a specific process's modules ... if anyone can help me it's appreciated ...
thanks ...
:)

Arjay
June 17th, 2009, 09:19 PM
Take a look at the Process.Modules (http://msdn.microsoft.com/en-us/library/system.diagnostics.process.modules(VS.85).aspx)property in Msdn.