Class NativeAotRuntime
Inheritance
NativeAotRuntime
Assembly: BenchmarkDotNet.dll
Syntax
public class NativeAotRuntime : Runtime, IEquatable<Runtime>
Fields
Net60
NativeAOT compiled as net6.0
Declaration
public static readonly NativeAotRuntime Net60
Field Value
Net70
NativeAOT compiled as net7.0
Declaration
public static readonly NativeAotRuntime Net70
Field Value
Properties
IsAOT
Declaration
public override bool IsAOT { get; }
Property Value
Overrides
Methods
GetCurrentVersion()
Declaration
public static NativeAotRuntime GetCurrentVersion()
Returns
Implements