Table of Contents

Class UnixProcesses

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

Represents the processes running a Unix system.

public class UnixProcesses : BypassSection
Inheritance
UnixProcesses
Inherited Members

Constructors

UnixProcesses()

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

public UnixProcesses()

Properties

Items

Gets or sets the items within the collection.

public UnixProcessCollection Items { get; set; }

Property Value

UnixProcessCollection

Methods

FromXml(string)

Returns the CENTREL.XIA.Configuration.Types.UnixProcesses from the specified XML data.

public static UnixProcesses FromXml(string xml)

Parameters

xml string

The XML representation of the Unix running processes.

Returns

UnixProcesses

A CENTREL.XIA.Configuration.Types.UnixProcesses from the specified XML.

ToString()

Returns the Unix processes object as a human readable string - for example "10 Processes".

public override string ToString()

Returns

string

The Unix processes object as a human readable string.