Class WindowsRegistryAccessRuleCollection
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of registry access rules.
public class WindowsRegistryAccessRuleCollection : Collection<WindowsRegistryAccessRule>, IList<WindowsRegistryAccessRule>, ICollection<WindowsRegistryAccessRule>, IList, ICollection, IReadOnlyList<WindowsRegistryAccessRule>, IReadOnlyCollection<WindowsRegistryAccessRule>, IEnumerable<WindowsRegistryAccessRule>, IEnumerable
- Inheritance
-
WindowsRegistryAccessRuleCollection
- Implements
- Inherited Members
Constructors
WindowsRegistryAccessRuleCollection()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.WindowsRegistryAccessRuleCollection class.
public WindowsRegistryAccessRuleCollection()
Methods
CollapseRules()
Collapses duplicate or overlapping access rules.
public void CollapseRules()
Sort()
Sorts the values in the collection.
public void Sort()