Show / Hide Table of Contents

Class NativeAotRuntime

Inheritance
Object
Runtime
NativeAotRuntime
Implements
IEquatable<Runtime>
Inherited Members
Runtime.Name
Runtime.RuntimeMoniker
Runtime.MsBuildMoniker
Runtime.ToString()
Runtime.Equals(Runtime)
Runtime.Equals(Object)
Runtime.GetHashCode()
Namespace: BenchmarkDotNet.Environments
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
Type Description
NativeAotRuntime

Net70

NativeAOT compiled as net7.0

Declaration
public static readonly NativeAotRuntime Net70
Field Value
Type Description
NativeAotRuntime

Properties

IsAOT

Declaration
public override bool IsAOT { get; }
Property Value
Type Description
Boolean
Overrides
Runtime.IsAOT

Methods

GetCurrentVersion()

Declaration
public static NativeAotRuntime GetCurrentVersion()
Returns
Type Description
NativeAotRuntime

Implements

System.IEquatable<T>
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors