API Reference
Class
CxFacts
Host facts used to evaluate control applicability (e.g., OS family, DC/member).
Inheritance
- Object
- CxFacts
Constructors
public CxFacts() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.