Method

GetAssemblyAttribute<T>

Get assembly attribute value.

Assembly.GetExecutingAssembly().GetAssemblyAttribute<AssemblyCompanyAttribute>()
Assembly.GetExecutingAssembly().GetAssemblyAttribute<AssemblyTitleAttribute>()
Assembly.GetExecutingAssembly().GetAssemblyAttribute<AssemblyCopyrightAttribute>()