Tag Archive

ProgramInfo class: Retrieving custom assembly attributes in C# for Name, Copyright, and Version

Published on August 29, 2010 By RobK410

There may exist a need to programmatically retrieve a program’s assembly attributes to provide product information to a user. This can be problematic if you are not using the System.Windows.Forms.Application library. Retrieving this information however is still possible using commands within the System.Reflection.Assembly class. I have encapsulated the most commonly used attributes in the following [...]