Cornerstone.Tools.BackgroundProcessManager.GetAllProcesses C# (CSharp) Méthode

GetAllProcesses() public méthode

public GetAllProcesses ( ) : HashSet
Résultat HashSet
        public HashSet<AbstractBackgroundProcess> GetAllProcesses()
        {
            return activeProcesses;
        }