Assembly attributes : Assembly Attributes : Assembly C# Examples


C# Examples » Assembly » Assembly Attributes »

 

Assembly attributes









    
using  System;
using  System.Reflection;
using  System.Windows.Forms;

[assembly:AssemblyVersionAttribute("1.0.0.0")]
[assembly:AssemblyTitleAttribute("Example")]

class  MainClass
{
    public  static  void  Main()  
    {
    }
}
    
   
  
   




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Assembly
» Assembly Attributes