G
Guest
Hi. I'm trying to determine the classes loaded into a non-local process
running on a distant .NET server. On that distant server, I can get the list
of processes and iterating through that list I can get a
System.Diagnostics.ProcessModule instance for each process. But I can't
figure out how I can use the .NET framework to get the list of
System.Reflection.Module instances from a System.Diagnostics.ProcessModule
instance.
I believe this information is available via the Windows API, but I am not
(yet) a Windows API programmer.
Thanks for the help.
running on a distant .NET server. On that distant server, I can get the list
of processes and iterating through that list I can get a
System.Diagnostics.ProcessModule instance for each process. But I can't
figure out how I can use the .NET framework to get the list of
System.Reflection.Module instances from a System.Diagnostics.ProcessModule
instance.
I believe this information is available via the Windows API, but I am not
(yet) a Windows API programmer.
Thanks for the help.