C# – Get list of assemblies currently loaded and output metadata
You can get all of the loaded assemblies and output their metadata like this: This outputs the following information: In the rest of this article, I’ll show how to get custom attributes (such as which build config was used – Debug or Release), how to add your own custom metadata, how to check if it’s … Read more