Like the .NET's built-in unhandled exception dialog,
I want to display the names of loaded assemblies.
Could you tell me how to get the list of loaded assemblies?
Thank you.
Printable View
Like the .NET's built-in unhandled exception dialog,
I want to display the names of loaded assemblies.
Could you tell me how to get the list of loaded assemblies?
Thank you.
check out Assembley class and its respective namespace.
Paresh