Table of Contents

Class UnixProcessCollection

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of processes running on a Unix system.

public class UnixProcessCollection : Collection<UnixProcess>, IList<UnixProcess>, ICollection<UnixProcess>, IList, ICollection, IReadOnlyList<UnixProcess>, IReadOnlyCollection<UnixProcess>, IEnumerable<UnixProcess>, IEnumerable
Inheritance
UnixProcessCollection
Implements
Inherited Members

Constructors

UnixProcessCollection()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.UnixProcessCollection class.

public UnixProcessCollection()

Methods

Sort()

Sorts the values in order of the process name.

public void Sort()