TestimoX

API Reference

Class

ProductDescriptor

Namespace ComputerX.PatchDetails
Assembly ComputerX
Modifiers sealed

Describes a product/platform to query for MSRC details. Typically derived from OS info.

Inheritance

  • Object
  • ProductDescriptor

Constructors

Properties

public String Family { get; set; } #

Product family, for example "Windows", ".NET", "SQL Server".

public String Version { get; set; } #

Version or line, such as "11", "Server 2022".

public String Build { get; set; } #

Optional build number (e.g., 19045, 22631) used to refine mapping.

public String Edition { get; set; } #

Optional edition information (e.g., Pro, Enterprise, Datacenter).