Table of Contents

Class WindowsProcesses

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

Represents the processes running on a Windows machine.

public class WindowsProcesses : BypassSection
Inheritance
WindowsProcesses
Inherited Members

Constructors

WindowsProcesses()

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

public WindowsProcesses()

Properties

IncludesPerformanceData

Gets or sets whether the performance data of each process has been collected by the agent.

public BooleanOption IncludesPerformanceData { get; set; }

Property Value

BooleanOption

IncludesProcessDescriptions

Gets or sets whether the description of each process has been collected by the agent.

public BooleanOption IncludesProcessDescriptions { get; set; }

Property Value

BooleanOption

Items

Gets or sets the items in the collection.

public WindowsProcessCollection Items { get; set; }

Property Value

WindowsProcessCollection

Methods

FromXml(string)

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

public static WindowsProcesses FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

WindowsProcesses

A CENTREL.XIA.Configuration.Types.WindowsProcesses class.

ToString()

Returns the Windows processes as a human readable string.

public override string ToString()

Returns

string

The Windows processes as a human readable string.