TestimoX

API Reference

Enum

AuditOsLayout

Namespace ComputerX.Audit
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Logical OS family layout for audit baselines (e.g., Workstation vs Server).

Inheritance

  • Enum
  • AuditOsLayout

Values

public const AuditOsLayout Unknown #

Unknown or unrecognized layout.

Value: 0
public const AuditOsLayout Win2012R2 #

Windows Server 2012 R2.

Value: 1
public const AuditOsLayout Win2016 #

Windows Server 2016 family.

Value: 2
public const AuditOsLayout Win2019 #

Windows Server 2019.

Value: 3
public const AuditOsLayout Win2022 #

Windows Server 2022.

Value: 4
public const AuditOsLayout Win2025 #

Windows Server 2025.

Value: 5
public const AuditOsLayout Win10 #

Windows 10.

Value: 6
public const AuditOsLayout Win11 #

Windows 11.

Value: 7