TestimoX

API Reference

Class

CxFacts

Namespace ComputerX.Controls
Assembly ComputerX
Modifiers sealed

Host facts used to evaluate control applicability (e.g., OS family, DC/member).

Inheritance

  • Object
  • CxFacts

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Properties

public String OsFamily { get; set; } #

OS family label (e.g., Windows or WindowsServer).

public String OsVersion { get; set; } #

Full OS version string if available (e.g., 10.0.20348).

public Boolean IsDomainController { get; set; } #

True when the host is a domain controller.

public Boolean IsServerCore { get; set; } #

True when the host is Server Core (best-effort detection).

public String Edition { get; set; } #

Edition or caption string (best-effort).

public String Role { get; set; } #

Role string (e.g., domain role), if known.