/// <summary>
 /// 创建 PluginAttribute class 的新实例
 /// </summary>
 public PluginAttribute(string author, string contact, string name, string copyRight, string description, bool defaultEnabled)
 {
     Description = new PluginDescription(author, contact, name, copyRight, description, defaultEnabled);
 }
 /// <summary>
 /// 创建 PluginAttribute class 的新实例
 /// </summary>
 public PluginAttribute(string author, string contact, string name, string copyRight, string description, bool defaultEnabled)
 {
     Description = new PluginDescription(author, contact, name, copyRight, description, defaultEnabled);
 }
 /// <summary>
 /// 创建 PluginAttribute class 的新实例
 /// </summary>
 public PluginAttribute(string author, string contact, string name, string copyRight, string description)
 {
     Description = new PluginDescription(author, contact, name, copyRight, description);
 }
 /// <summary>
 /// 创建 PluginAttribute class 的新实例
 /// </summary>
 public PluginAttribute(string author, string contact, string name, string copyRight, string description)
 {
     Description = new PluginDescription(author, contact, name, copyRight, description);
 }