4.0.30319.42000
supports NET Framework versions 4 through 4.5.2. while CLRS whose version is greater than 4.0.30319.42000
supports .NET Framework 4.6 and higher. .NET Framework version | CLR version | CLR filename |
1.1. | 1.1 | mscorwrks.dll |
2.0. | 2.0 | mscorwrks.dll |
3.0. | 2.0 | mscorwrks.dll |
3.5. | 2.0 | mscorwrks.dll |
4.0. | 4.0 | clr.dll |
4.5. | 4.0 | clr.dll |
Version
property of System.Environment
: PS C:\> [Environment]::Version Major Minor Build Revision ----- ----- ----- -------- 5 0 0 -1
Intern
of the System.String
object. System.Runtime.InteropServices.RuntimeEnvironment
class provides information about Common Language Runtime Environment. CorBindToRuntimeEx()
(in mscoree.dll
) to load the CLR into a process.