Hi
I have a program which automate VS using EnvDTE.
The program is opening a crash dump in VS and analyze it.
I would like to scan the loaded modules inside the dump file and find the file version of each loaded modules.
is there a way to achieve that using EnvDTE interfaces? it seems that using the debugger.DebuggedProcesses and than go over the modules wont work.
if that won't work, is there a way to run Windbg commands (such lm) using EnvDTE?