Click or drag to resize

SystemInfo Class

General System Information.

For more information see: Win32_ComputerSystem class

Inheritance Hierarchy
SystemObject
  Xcalibur.Models.SystemInformationSystemInfo

Namespace:  Xcalibur.Models.SystemInformation
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class SystemInfo : ISystemInfo

The SystemInfo type exposes the following members.

Constructors
  NameDescription
Public methodSystemInfo
Initializes a new instance of the SystemInfo class
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also