API Reference
Class
OperatingSystemInfo
Minimal operating-system identification for a single computer. Intended for display and lightweight inventory scenarios.
Inheritance
- Object
- OperatingSystemInfo
Constructors
public OperatingSystemInfo() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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".