Link to home
Start Free TrialLog in
Avatar of keeka
keekaFlag for United Kingdom of Great Britain and Northern Ireland

asked on

List all DLLs in memory (not by process)

Hello

In .NET, is it possible to list all the DLL files which are in memory and does anyone have any sample code?

I am not interested in the processes. Just a list of DLL files in memory.

Many thanks

Keeka
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I am curious why you wouldn't want the list by process?