OSVersionWrapper 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.
Wrapper model for OSVersion to include version and service pack info.
public class OSVersionWrapper
type OSVersionWrapper = class
Public Class OSVersionWrapper
- Inheritance
-
OSVersionWrapper
Constructors
OSVersionWrapper() |
Initializes a new instance of the OSVersionWrapper class. |
OSVersionWrapper(String, String) |
Initializes a new instance of the OSVersionWrapper class. |
Properties
ServicePack |
Gets or sets the service pack. |
Version |
Gets or sets the version. |