Show / Hide Table of Contents

Class MonoArgument

Argument passed directly to mono when executing benchmarks (mono [options]) example: new MonoArgument("--gc=sgen")

Inheritance
Object
Argument
MonoArgument
Inherited Members
Argument.TextRepresentation
Argument.ToString()
Namespace: BenchmarkDotNet.Jobs
Assembly: BenchmarkDotNet.dll
Syntax
public class MonoArgument : Argument

Constructors

MonoArgument(String)

Declaration
public MonoArgument(string value)
Parameters
Type Name Description
String value
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors