Table of Contents

Class PhysicalMemoryConfiguration

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

Represents the physical memory configuration in a machine.

public class PhysicalMemoryConfiguration : BypassSection
Inheritance
PhysicalMemoryConfiguration
Inherited Members

Constructors

PhysicalMemoryConfiguration()

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

public PhysicalMemoryConfiguration()

Properties

Devices

Gets or sets the physical memory devices in the collection.

public PhysicalMemoryDeviceCollection Devices { get; set; }

Property Value

PhysicalMemoryDeviceCollection

TotalPhysicalMemory

Gets or sets the total memory in the system in MB.

public int TotalPhysicalMemory { get; set; }

Property Value

int

TotalPhysicalMemoryString

Gets the total memory in the system in MB, or "Unknown".

public string TotalPhysicalMemoryString { get; set; }

Property Value

string

Methods

ToString()

Returns the physical memory configuration as a human readable string.

public override string ToString()

Returns

string

The physical memory configuration as a human readable string.