コード例 #1
0
 public bool IsServiceInstalled(Type oServiceType)
 {
     return(ServicesHost.IsServiceInstalled(ApplicationName, oServiceType));
 }
コード例 #2
0
 public bool IsServiceInstalled(string sServiceName)
 {
     return(ServicesHost.IsServiceInstalled(ApplicationName, sServiceName));
 }