How do I get a list of all currently loaded assemblies?
Closed as a duplicate of How do you loop through currently loaded assemblies?
Assembly[] asms = AppDomain.CurrentDomain.GetAssemblies();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With