I\'m trying to list dll(s) loaded to processe with the following code:
Process[] ObjModulesList = Process.GetProcessesByName(\"iexplore\"); foreach (Process
You have to compile you app with x64 target.
Otherwise you can consult: http://www.codeproject.com/Articles/301/Display-Loaded-Modules-v