Click or drag to resize

IOperatingSystemStaticInfo Interface

Operating System Static Information - interface.

For more information see: Win32_OperatingSystem class

Namespace:  Xcalibur.Models.OperatingSystem
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
public interface IOperatingSystemStaticInfo

The IOperatingSystemStaticInfo type exposes the following members.

Properties
  NameDescription
Public propertyArchitecture
Win32_OperatingSystem : OSArchitecture: Architecture of the operating system, as opposed to the processor. This property can be localized.
Public propertyCaption
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.
Public propertyFullVersion
Win32_OperatingSystem: Version: Version number of the operating system.
Public propertyInstallDate
Win32_OperatingSystem: Date object was installed. This property does not require a value to indicate that the object is installed.
Public propertyLanguage
Win32_OperatingSystem: OSLanguage: Language version of the operating system installed. The following list lists the possible values. Example: 0x0807 (German, Switzerland).
Public propertyLanguageValue
Gets or sets the language value.
Public propertyLastBootTime
Win32_OperatingSystem: LastBootUpTime: Date and time the operating system was last restarted.
Public propertyMaxProcessMemorySize
Win32_OperatingSystem: Maximum number, in kilobytes, of memory that can be allocated to a process.
Public propertyServicePack
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.
Public propertyTotalPhysicalMemory
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.
Public propertyTotalVirtualMemory
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.
Public propertyVersion
Formatted version derived from FullVersion
Top
See Also