Show / Hide Table of Contents

Class MonoAotLLVMRuntime

Inheritance
Object
Runtime
MonoAotLLVMRuntime
Implements
IEquatable<Runtime>
IEquatable<MonoAotLLVMRuntime>
Inherited Members
Runtime.Name
Runtime.RuntimeMoniker
Runtime.MsBuildMoniker
Runtime.ToString()
Runtime.Equals(Runtime)
Namespace: BenchmarkDotNet.Environments
Assembly: BenchmarkDotNet.dll
Syntax
public class MonoAotLLVMRuntime : Runtime, IEquatable<Runtime>, IEquatable<MonoAotLLVMRuntime>

Constructors

MonoAotLLVMRuntime(FileInfo, MonoAotCompilerMode, String, String)

creates new instance of MonoAotLLVMRuntime

Declaration
public MonoAotLLVMRuntime(FileInfo aotCompilerPath, MonoAotCompilerMode aotCompilerMode, string msBuildMoniker = "net6.0", string displayName = "MonoAOTLLVM")
Parameters
Type Name Description
FileInfo aotCompilerPath
MonoAotCompilerMode aotCompilerMode
String msBuildMoniker
String displayName

Properties

AOTCompilerMode

Declaration
public MonoAotCompilerMode AOTCompilerMode { get; }
Property Value
Type Description
MonoAotCompilerMode

AOTCompilerPath

Declaration
public FileInfo AOTCompilerPath { get; }
Property Value
Type Description
FileInfo

IsAOT

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

Methods

Equals(MonoAotLLVMRuntime)

Declaration
public bool Equals(MonoAotLLVMRuntime other)
Parameters
Type Name Description
MonoAotLLVMRuntime other
Returns
Type Description
Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Runtime.Equals(Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Runtime.GetHashCode()

Implements

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