TestimoX

API Reference

Class

CxFactsProvider

Namespace ComputerX.Controls
Assembly ComputerX
Modifiers static

Produces host facts from ComputerX engines (OS/product type/domain role) used by control applicability.

Inheritance

  • Object
  • CxFactsProvider

Methods

public static CxFacts Get(String host) #
Returns: CxFacts

Reads OS and computer system information to produce a CxFacts snapshot.

Parameters

host System.String requiredposition: 0
Target host (machine name or null for local).

Returns

Populated facts structure used by controls to decide applicability.