OSVersion Struct
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.
Defines Operating System version
public struct OSVersion
	type OSVersion = struct
	Public Structure OSVersion
		- Inheritance
 - 
				OSVersion
 
Fields
| Build | 
		 Value describing build  | 
        	
| Major | 
		 Value describing major version  | 
        	
| Minor | 
		 Value describing minor version  | 
        	
| Revision | 
		 Value describing revision  | 
        	
Methods
| ToString() | 
		 Converts OSVersion to string  |