Table of Contents

Class WindowsRegistry

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

Represents information collected from the registry on Windows based computer system.

public class WindowsRegistry : BaseTypeSection
Inheritance
WindowsRegistry

Constructors

WindowsRegistry()

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

public WindowsRegistry()

Properties

Keys

Gets or sets the documented registry keys.

public WindowsRegistryKeys Keys { get; set; }

Property Value

WindowsRegistryKeys

Values

Gets or sets the documented registry values.

public WindowsRegistryValues Values { get; set; }

Property Value

WindowsRegistryValues

Methods

FromXml(string)

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

public static WindowsRegistry FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

WindowsRegistry

A CENTREL.XIA.Configuration.Types.WindowsRegistry class.

ToString()

Returns the registry information as a human readable string.

public override string ToString()

Returns

string

The registry information as a human readable string.