Table of Contents

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

string

Clr11

Indicates the Microsoft .NET Framework 1.1 runtime version string.

public const string Clr11 = "v1.1.4322"

Field Value

string

Clr20

Indicates the Microsoft .NET Framework 2.0 runtime version string.

public const string Clr20 = "v2.0.50727"

Field Value

string

Clr40

Indicates the Microsoft .NET Framework 4.0 runtime version string.

public const string Clr40 = "v4.0.30319"

Field Value

string

Ecma2002

Indicates the ECMA 2002 runtime version string.

public const string Ecma2002 = "Standard CLI 2002"

Field Value

string

Ecma2005

Indicates the ECMA 2005 runtime version string.

public const string Ecma2005 = "Standard CLI 2005"

Field Value

string