IOperatingSystemStaticInfo Properties |
The IOperatingSystemStaticInfo type exposes the following members.
Name | Description | |
---|---|---|
Architecture |
Win32_OperatingSystem : OSArchitecture: Architecture of the operating system, as opposed
to the processor. This property can be localized.
| |
Caption |
Win32_OperatingSystem: Short description of the object—a one-line string. The string
includes the operating system version. For example, "Microsoft Windows 7 Enterprise ".
This property can be localized.
| |
FullVersion |
Win32_OperatingSystem: Version: Version number of the operating system.
| |
InstallDate |
Win32_OperatingSystem: Date object was installed. This property does not require a value to
indicate that the object is installed.
| |
Language |
Win32_OperatingSystem: OSLanguage: Language version of the operating system installed.
The following list lists the possible values. Example: 0x0807 (German, Switzerland).
| |
LanguageValue |
Gets or sets the language value.
| |
LastBootTime |
Win32_OperatingSystem: LastBootUpTime: Date and time the operating system was last
restarted.
| |
MaxProcessMemorySize |
Win32_OperatingSystem: Maximum number, in kilobytes, of memory
that can be allocated to a process.
| |
ServicePack |
Win32_OperatingSystem : CSDVersion: NULL-terminated string that indicates the latest
service pack installed on a computer. If no service pack is installed, the string is NULL.
| |
TotalPhysicalMemory |
Win32_OperatingSystem: TotalVisibleMemorySize: Total amount, in kilobytes, of physical
memory available to the operating system. This value does not necessarily indicate the true
amount of physical memory, but what is reported to the operating system as available to it.
| |
TotalVirtualMemory |
Win32_OperatingSystem: TotalVirtualMemorySize: Number, in kilobytes, of virtual memory.
For example, this may be calculated by adding the amount of total RAM to the amount of
paging space, that is, adding the amount of memory in or aggregated by the computer system
to the property, SizeStoredInPagingFiles.
| |
Version |
Formatted version derived from FullVersion |