Class MonoArgument
- Namespace
- BenchmarkDotNet.Jobs
- Assembly
- BenchmarkDotNet.dll
Argument passed directly to mono when executing benchmarks (mono [options]) example: new MonoArgument("--gc=sgen")
public class MonoArgument : Argument, IEquatable<Argument>
- Inheritance
-
MonoArgument
- Implements
- Inherited Members
Constructors
MonoArgument(string)
public MonoArgument(string value)
Parameters
value
string- Argument passed directly to mono when executing benchmarks (mono [options]) example: new MonoArgument("--gc=sgen")