Table of Contents

Class WindowsRegistryKeyCollection

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

Represents a collection of WindowsRegistryKey objects.

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

Constructors

WindowsRegistryKeyCollection()

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

public WindowsRegistryKeyCollection()

Methods

FindByDisplayName(string)

Returns the CENTREL.XIA.Configuration.Types.WindowsRegistryKey with the specified display name, or null if no registry key with that name is found.

public WindowsRegistryKey FindByDisplayName(string displayName)

Parameters

displayName string

The unique display name of the CENTREL.XIA.Configuration.Types.WindowsRegistryKey to locate.

Returns

WindowsRegistryKey

The CENTREL.XIA.Configuration.Types.WindowsRegistryKey with the specified display name.

Sort()

Sorts the values in the collection.

public void Sort()