Class NativeAotRuntime
- Namespace
- BenchmarkDotNet.Environments
- Assembly
- BenchmarkDotNet.dll
public class NativeAotRuntime : Runtime, IEquatable<Runtime>
- Inheritance
-
NativeAotRuntime
- Implements
- Inherited Members
Fields
Net60
NativeAOT compiled as net6.0
public static readonly NativeAotRuntime Net60
Field Value
Net70
NativeAOT compiled as net7.0
public static readonly NativeAotRuntime Net70
Field Value
Net80
NativeAOT compiled as net8.0
public static readonly NativeAotRuntime Net80
Field Value
Net90
NativeAOT compiled as net9.0
public static readonly NativeAotRuntime Net90
Field Value
Properties
IsAOT
public override bool IsAOT { get; }
Property Value
Methods
GetCurrentVersion()
public static NativeAotRuntime GetCurrentVersion()