Class KnownRuntimeVersions
- Namespace
- AsmResolver.DotNet
- Assembly
- AsmResolver.DotNet.dll
Provides strings of known runtime version numbers.
public static class KnownRuntimeVersions
- Inheritance
-
KnownRuntimeVersions
- Inherited Members
Fields
Clr10
Indicates the Microsoft .NET Framework 1.0 runtime version string.
public const string Clr10 = "v1.0.3705"
Field Value
Clr11
Indicates the Microsoft .NET Framework 1.1 runtime version string.
public const string Clr11 = "v1.1.4322"
Field Value
Clr20
Indicates the Microsoft .NET Framework 2.0 runtime version string.
public const string Clr20 = "v2.0.50727"
Field Value
Clr40
Indicates the Microsoft .NET Framework 4.0 runtime version string.
public const string Clr40 = "v4.0.30319"
Field Value
Ecma2002
Indicates the ECMA 2002 runtime version string.
public const string Ecma2002 = "Standard CLI 2002"
Field Value
Ecma2005
Indicates the ECMA 2005 runtime version string.
public const string Ecma2005 = "Standard CLI 2005"