AssemblyCulture AssemblyVersion

image_pdfimage_print
   
  

using System;
using System.Reflection;
[assembly:AssemblyCulture("")]
[assembly:AssemblyVersion("1.1.0.5")]

namespace MainClass
{
    class MainClass
    {
        public static void Main()
        {
            Console.WriteLine("
Main method complete. Press Enter.");
        }
    }
}

   
     


This entry was posted in Reflection. Bookmark the permalink.