System.Machine Object

Defines the properties for determining machine processor and memory characteristics as well as the properties for the CPUs collection.

Note   Objects of type System.Machine.CPU can only be accessed through the CPUs collection. This collection is a member of System.Machine.

Members Table

The following table lists the members exposed by the System.Machine object.

Collections

CollectionDescription
CPUs A collection of System.Machine.CPU objects.
Note   Objects of type System.Machine.CPU can only be accessed through the CPUs collection. This collection is a member of System.Machine.

Properties

PropertyDescription
availableMemory Gets the amount of available memory in megabytes (MB).
processorArchitecture Gets the microprocessor type.
totalMemory Gets the total amount of memory available in the current user session.

Remarks

Each System.Machine.CPU in the CPUs collection corresponds to a CPU present on the machine.

Tags :


Page view tracker