Table of Contents

Class MonoJobAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.dll
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true)]
public class MonoJobAttribute : JobConfigBaseAttribute, IConfigSource
Inheritance
MonoJobAttribute
Implements
Inherited Members

Constructors

MonoJobAttribute(RuntimeMoniker, bool)

public MonoJobAttribute(RuntimeMoniker runtimeMoniker, bool baseline = false)

Parameters

runtimeMoniker RuntimeMoniker
baseline bool

MonoJobAttribute(bool)

public MonoJobAttribute(bool baseline = false)

Parameters

baseline bool

MonoJobAttribute(string, string, bool)

public MonoJobAttribute(string name, string path, bool baseline = false)

Parameters

name string
path string
baseline bool