ClrVersion Enumeration

Identifies the major CLR (Common Language Runtime) version for which a managed assembly was built.

Definition

Namespace: ASCOM.Com
Assembly: ASCOM.Com (in ASCOM.Com.dll) Version: 4.0.0+77e18c564bf9ecdb0ef30166e894390d1b7d077c
C#
public enum ClrVersion

Remarks

This enum supports the PlatformUtilities.GetComMetadata method, which is only available in projects targeting .NET 8 and later.

Members

Unknown0Native (unmanaged) DLL, or the CLR version could not be determined.
Clr11CLR v1.x (.NET Framework 1.0 / 1.1).
Clr22CLR v2.x (.NET Framework 2.0 / 3.0 / 3.5).
Clr44CLR v4.x (.NET Framework 4.x and all modern .NET versions: 5, 6, 7, 8, 9, 10+).

Version Information

Supported in: .NET Standard 2.0, .NET 8 .NET 9. .NET 10

See Also