Table of Contents

Class WindowsServices

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

Represents the configuration of services on a Windows machine.

public class WindowsServices : BypassSection
Inheritance
WindowsServices
Inherited Members

Constructors

WindowsServices()

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

public WindowsServices()

Properties

Items

Gets or sets the items in the collection.

public WindowsServiceCollection Items { get; set; }

Property Value

WindowsServiceCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.WindowsServices object from the specified XML.

public static WindowsServices FromXml(string xml)

Parameters

xml string

The XML representation of the CENTREL.XIA.Configuration.Types.WindowsServices object.

Returns

WindowsServices

A CENTREL.XIA.Configuration.Types.WindowsServices object from the specified XML.

ToString()

Returns the Windows services as a human readable string - for example "10 Windows Services".

public override string ToString()

Returns

string

The Windows services as a human readable string.