Create an AssemblyName object : AssemblyName : Assembly C# Examples


C# Examples » Assembly » AssemblyName »

 

Create an AssemblyName object









    
using  System;
using  System.Reflection;

class  MainClass
{
        public  static  void  Main(string[]  args)
        {
                AssemblyName  assembly1  =  new  AssemblyName("com.microsoft.crypto,  "  +
                        "Culture=en,  PublicKeyToken=a5d015c7d5a0b012,  Version=1.0.0.0");
        
        }
}
    
   
  
   




HTML code for linking to this page:

Follow Navioo On Twitter

C# Examples

 Navioo Assembly
» AssemblyName