Table of Contents

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

NativeAotRuntime

Net70

NativeAOT compiled as net7.0

public static readonly NativeAotRuntime Net70

Field Value

NativeAotRuntime

Net80

NativeAOT compiled as net8.0

public static readonly NativeAotRuntime Net80

Field Value

NativeAotRuntime

Net90

NativeAOT compiled as net9.0

public static readonly NativeAotRuntime Net90

Field Value

NativeAotRuntime

Properties

IsAOT

public override bool IsAOT { get; }

Property Value

bool

Methods

GetCurrentVersion()

public static NativeAotRuntime GetCurrentVersion()

Returns

NativeAotRuntime