public object Clone()
 {
     return(new AssemblyName((System.Reflection.AssemblyName)name.Clone()));
 }