Table of Contents

Class Machine

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

Provides the base object for any PC or server.

public abstract class Machine : NetworkedDevice
Inheritance
Machine
Derived
Inherited Members

Constructors

Machine()

protected Machine()

Properties

Hardware

Gets or sets the summary of the hardware of this machine.

public HardwareSummary Hardware { get; set; }

Property Value

HardwareSummary

OperatingSystemName

Gets or sets the name of the operating system of this machine - for example "Windows Server 2012 Enterprise Edition".

public OverrideString OperatingSystemName { get; set; }

Property Value

OverrideString