Table of Contents

Class WindowsRegistryKeys

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

Represents a collection of registry keys found on a Windows based computer system.

public class WindowsRegistryKeys : BypassSection
Inheritance
WindowsRegistryKeys
Inherited Members

Constructors

WindowsRegistryKeys()

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

public WindowsRegistryKeys()

Properties

Items

Gets or sets the items in the collection.

public WindowsRegistryKeyCollection Items { get; set; }

Property Value

WindowsRegistryKeyCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.WindowsRegistryKeys class from the specified XML.

public static WindowsRegistryKeys FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

WindowsRegistryKeys

A CENTREL.XIA.Configuration.Types.WindowsRegistryKeys class.

ToString()

Returns the registry keys as a human readable string - for example "12 Registry Keys".

public override string ToString()

Returns

string

The registry keys as a human readable string.