I have a project in which
[assembly: AssemblyProduct("Meteor Viewer")]
[assembly: AssemblyVersion("2.1.0.0")]
[assembly: AssemblyFileVersion("2.1.0.0")]
exist not in assembly.info, but in xyz.cs file. how can I get assembly attribute from xyz.cs at any other page of product?