Table of Contents

Class WindowsRegistryValuesInformation

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

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

public class WindowsRegistryValuesInformation : BypassSection
Inheritance
WindowsRegistryValuesInformation
Inherited Members

Constructors

WindowsRegistryValuesInformation()

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

public WindowsRegistryValuesInformation()

Properties

Items

Gets or sets the items in the collection.

public WindowsRegistryValueInformationCollection Items { get; set; }

Property Value

WindowsRegistryValueInformationCollection

Methods

FromXml(string)

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

public static WindowsRegistryValuesInformation FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

WindowsRegistryValuesInformation

A CENTREL.XIA.Configuration.Types.WindowsRegistryValuesInformation 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.