System.Environment.Version Property

Gets a Version object that describes the major, minor, build, and revision numbers of the common language runtime.

Syntax

public static Version Version { get; }

Value

A Version object that contains the major, minor, build, and revision numbers of the execution engine.

Remarks

For more information about the version of the common language runtime that is installed with each version of the .NET Framework, see .NET Framework Versions and Dependencies.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0