namespace SvdCli.ServiceUtils { /// /// 服务启动类型 /// public enum ServiceStartType { Boot, System, Auto, Manual, Disabled } }