Table of Contents

Class ProcessorUtilizationValues

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

Represents the processor utilization values.

public class ProcessorUtilizationValues : BypassSection
Inheritance
ProcessorUtilizationValues
Inherited Members

Constructors

ProcessorUtilizationValues()

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

public ProcessorUtilizationValues()

Properties

Items

Gets or sets the items in the collection.

public ProcessorUtilizationValueCollection Items { get; set; }

Property Value

ProcessorUtilizationValueCollection

MaxValue

Gets the maximum recorded processor utilization value.

public int MaxValue { get; set; }

Property Value

int

Methods

FromXml(string)

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

public static ProcessorUtilizationValues FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

ProcessorUtilizationValues

A CENTREL.XIA.Configuration.Types.ProcessorUtilizationValues class.

ToString()

Returns the processor utilization values as a human readable string - for example "10 Utilization Values" or "{Not Documented}".

public override string ToString()

Returns

string

The processor utilization values as a human readable string.