AssemblyCompanyAttribute[] attributes = (AssemblyCompanyAttribute[])Assembly.GetExecutingAssembly().GetCustomAttributes(typeof(AssemblyCompanyAttribute), true);
if (attributes.Length > 0)
{
string company = attributes[0].Company;
}
Вы можете изменить это, чтобы получить название компании