Fan.Sys.Service_.isInstalled C# (CSharp) Méthode

isInstalled() public static méthode

public static isInstalled ( Service self ) : bool
self Service
Résultat bool
        public static bool isInstalled(Service self)
        {
            lock (m_lock)
              {
            return byService[self] != null;
              }
        }