API Reference
Class
ProductDescriptor
Describes a product/platform to query for MSRC details. Typically derived from OS info.
Inheritance
- Object
- ProductDescriptor
Constructors
public ProductDescriptor() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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).