Class WindowsStartupCommandCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of Windows startup commands.
public class WindowsStartupCommandCollection : Collection<WindowsStartupCommand>, IList<WindowsStartupCommand>, ICollection<WindowsStartupCommand>, IList, ICollection, IReadOnlyList<WindowsStartupCommand>, IReadOnlyCollection<WindowsStartupCommand>, IEnumerable<WindowsStartupCommand>, IEnumerable
- Inheritance
-
WindowsStartupCommandCollection
- Implements
- Inherited Members
Constructors
WindowsStartupCommandCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsStartupCommandCollection class.
public WindowsStartupCommandCollection()
Methods
Sort()
Sorts the values in the collection.
public void Sort()