OperatingSystemOSVersion Property |
Gets the numeric version of the operating system.
Namespace:
Alphaleonis.Win32
Assembly:
AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax public static Version OSVersion { get; }
Public Shared ReadOnly Property OSVersion As Version
Get
public:
static property Version^ OSVersion {
Version^ get ();
}
static member OSVersion : Version with get
Property Value
Type:
VersionThe numeric version of the operating system.
See Also