TestimoX

API Reference

Class

OperatingSystemInfo

Namespace ComputerX.OperatingSystem
Assembly ComputerX
Modifiers sealed

Minimal operating-system identification for a single computer. Intended for display and lightweight inventory scenarios.

Inheritance

  • Object
  • OperatingSystemInfo

Constructors

Properties

public String ComputerName { get; set; } #

NetBIOS or DNS name of the computer the information belongs to.

public String Caption { get; set; } #

Friendly operating system caption, for example "Microsoft Windows 11 Pro".

public String Version { get; set; } #

Operating system version string (major.minor.build or vendor-specific).

public String Architecture { get; set; } #

Processor architecture of the OS, for example "x64".