I want to read the Copyright and other attributes from the assemblyInfo.cs
file.
The problem is, that I can't find anything in the web.
My AssemblyInfo.cs file:
[assembly: AssemblyCopyright("Copyright ©Pascal Hurni 2016")]
[assembly: AssemblyCompany("Crypto AG")]
Now I want to get these Data from an other Window like:
string copyright = Something