OperatingSystemOSVersion Property |
Gets the numeric version of the operating system. This is the same as returned by
OSVersion.
Namespace: Alphaleonis.Win32Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
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