WindowsVersionVersion Property |
Gets the current operating system version.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic static WindowsVersionType Version { get; }
Public Shared ReadOnly Property Version As WindowsVersionType
Get
public:
static property WindowsVersionType Version {
WindowsVersionType get ();
}
static member Version : WindowsVersionType with get
Property Value
Type:
WindowsVersionType
The operating system version.
See Also