Enum RuntimeMoniker
Namespace: BenchmarkDotNet.Jobs
Assembly: BenchmarkDotNet.Annotations.dll
Syntax
public enum RuntimeMoniker
Fields
| Name | Description |
|---|---|
| HostProcess | the same Runtime as the host Process (default setting) |
| Mono | Mono |
| MonoAOTLLVM | Mono with the Ahead of Time LLVM Compiler backend |
| MonoAOTLLVMNet60 | Mono with the Ahead of Time LLVM Compiler backend and .net6.0 |
| MonoAOTLLVMNet70 | Mono with the Ahead of Time LLVM Compiler backend and .net7.0 |
| NativeAot60 | NativeAOT compiled as net6.0 |
| NativeAot70 | NativeAOT compiled as net7.0 |
| Net461 | .NET 4.6.1 |
| Net462 | .NET 4.6.2 |
| Net47 | .NET 4.7 |
| Net471 | .NET 4.7.1 |
| Net472 | .NET 4.7.2 |
| Net48 | .NET 4.8 |
| Net481 | .NET 4.8.1 |
| Net50 | .NET 5.0 |
| Net60 | .NET 6.0 |
| Net70 | .NET 7.0 |
| NetCoreApp20 | .NET Core 2.0 |
| NetCoreApp21 | .NET Core 2.1 |
| NetCoreApp22 | .NET Core 2.2 |
| NetCoreApp30 | .NET Core 3.0 |
| NetCoreApp31 | .NET Core 3.1 |
| NetCoreApp50 | .NET Core 5.0 aka ".NET 5" |
| NotRecognized | not recognized, possibly a new version of .NET Core |
| Wasm | WebAssembly with default .Net version |
| WasmNet50 | WebAssembly with .net5.0 |
| WasmNet60 | WebAssembly with .net6.0 |
| WasmNet70 | WebAssembly with .net7.0 |