Click or drag to resize

ISystemInfo Interface

General System Information - interface.

For more information see: Win32_ComputerSystem class

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

The ISystemInfo type exposes the following members.

Properties
  NameDescription
Public propertyCurrentTimeZone
Win32_ComputerSystem: Amount of time the unitary computer system is offset from Coordinated Universal Time (UTC).
Public propertyDnsHostName
Win32_ComputerSystem: Name of local computer according to the domain name server (DNS).
Public propertyDomain
Win32_ComputerSystem: Name of the domain to which a computer belongs.
Public propertyDomainRole
Win32_ComputerSystem: Role of a computer in an assigned domain workgroup.
Public propertyIsDstInEffect
Win32_ComputerSystem: If True, the daylight savings mode is ON.
Public propertyIsDstSupported
Win32_ComputerSystem: Enables daylight savings time (DST) on a computer.
Public propertyManufacturer
Win32_ComputerSystem: Name of a computer manufacturer.
Public propertyModel
Win32_ComputerSystem: Product name that a manufacturer gives to a computer.
Public propertyNetBiosName
Win32_ComputerSystem: NETBIOS name of machine.
Public propertyPrimaryOwner
Win32_ComputerSystem: Name of the primary system owner.
Public propertyRoles
Win32_ComputerSystem: List that specifies the roles of a system in the information technology environment.
Public propertyStatus
Win32_ComputerSystem: Current status of an object.
Public propertySystemType
Win32_ComputerSystem: System running on the Windows-based computer.
Top
See Also