I am trying to get values from some attributes of an assembly, such as various version attributes, as well as some user attributes.
When I try to access Assembly.GetExecutingAssembly(), he is gone! System.Reflection.Assemblyseems to have only one method Load().
So how do I access my attribute values?
source
share