Class MonoAotLLVMRuntime
Inheritance
MonoAotLLVMRuntime
Assembly: BenchmarkDotNet.dll
Syntax
public class MonoAotLLVMRuntime : Runtime, IEquatable<Runtime>, IEquatable<MonoAotLLVMRuntime>
Constructors
creates new instance of MonoAotLLVMRuntime
Declaration
public MonoAotLLVMRuntime(FileInfo aotCompilerPath, MonoAotCompilerMode aotCompilerMode, string msBuildMoniker = "net6.0", string displayName = "MonoAOTLLVM")
Parameters
Properties
AOTCompilerMode
Declaration
public MonoAotCompilerMode AOTCompilerMode { get; }
Property Value
AOTCompilerPath
Declaration
public FileInfo AOTCompilerPath { get; }
Property Value
IsAOT
Declaration
public override bool IsAOT { get; }
Property Value
Overrides
Methods
Equals(MonoAotLLVMRuntime)
Declaration
public bool Equals(MonoAotLLVMRuntime other)
Parameters
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements