System.Machine object

[The Windows Gadget Platform/Sidebar is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions. ]

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

The System.Machine object has these types of members:

Collections

The System.Machine object has these collections.

Collection Description
[CPUs](system-machine-cpus.md) A collection of [System.Machine.CPU](system-machine-cpu.md) objects.
[!Note]
Objects of type [System.Machine.CPU](system-machine-cpu.md) can only be accessed through the [CPUs](system-machine-cpus.md) collection. This collection is a member of System.Machine.

Properties

The System.Machine object has these properties.

Property Access type Description
availableMemory
Read-only
Gets the amount of available memory in MB.
processorArchitecture
Read-only
Gets the microprocessor type.
totalMemory
Read-only
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.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
End of client support
Windows 7
End of server support
Windows Server 2008
IDL
Sidebar.idl
DLL
Sidebar.Exe (version 1.00 or later)