摘要:using System.Reflection;using System.Runtime.CompilerServices;using System.Runtime.InteropServices;// 有关程序集的常规信息通过以下// 特性集控制。更改这些特性值可修改// 与程序集关联的信息。[assembly: AssemblyTitle("Comnon")]//说明[assembly: AssemblyDescription("Noah定义的公用类")]//配置文件[assembly: AssemblyConfiguration("&qu
阅读全文