Table of Contents

Class WindowsRegistryValues

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

Represents a collection of registry values documented on a Windows based computer system.

public class WindowsRegistryValues : BypassSection
Inheritance
WindowsRegistryValues
Inherited Members

Constructors

WindowsRegistryValues()

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

public WindowsRegistryValues()

Properties

Items

Gets or sets the items in the collection.

public WindowsRegistryValueCollection Items { get; set; }

Property Value

WindowsRegistryValueCollection

Methods

FromXml(string)

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

public static WindowsRegistryValues FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

WindowsRegistryValues

A CENTREL.XIA.Configuration.Types.WindowsRegistryValues class.

ToString()

Returns the registry values as a human readable string - for example "12 Registry Values".

public override string ToString()

Returns

string

The registry values as a human readable string.