SupportedOSDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supported operating system details.
public class SupportedOSDetails
type SupportedOSDetails = class
Public Class SupportedOSDetails
- Inheritance
-
SupportedOSDetails
Constructors
SupportedOSDetails() |
Initializes a new instance of the SupportedOSDetails class. |
SupportedOSDetails(String, String, IList<OSVersionWrapper>) |
Initializes a new instance of the SupportedOSDetails class. |
Properties
OSName |
Gets or sets the name. |
OSType |
Gets or sets the type. |
OSVersions |
Gets or sets the list of version for operating system. |