CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2008
    Posts
    61

    enumerating process's Modules through C# !?

    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 ...

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: enumerating process's Modules through C# !?

    Take a look at the Process.Modules property in Msdn.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured