How do I get the folowing values in code:

<Assembly: AssemblyTitle("TEST")>
<Assembly: AssemblyDescription("TestProgram")>
<Assembly: AssemblyCompany("ACME")>
<Assembly: AssemblyProduct("Test")>
<Assembly: AssemblyCopyright("2004")>
<Assembly: AssemblyTrademark("TEST")>

I know the AssemblyCompany is done with Application.Company and the Assembly Product is done with Application.Product but I can not find the rest...