Class InProcessEmitToolchain
Implements
Inherited Members
Namespace: BenchmarkDotNet.Toolchains.InProcess.Emit
Assembly: BenchmarkDotNet.dll
Syntax
public class InProcessEmitToolchain : Toolchain, IToolchain
Constructors
InProcessEmitToolchain(Boolean)
Initializes a new instance of the InProcessToolchain class.
Declaration
public InProcessEmitToolchain(bool logOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| Boolean | logOutput |
|
InProcessEmitToolchain(TimeSpan, Boolean)
Initializes a new instance of the InProcessToolchain class.
Declaration
public InProcessEmitToolchain(TimeSpan timeout, bool logOutput)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeSpan | timeout | Timeout for the run. |
| Boolean | logOutput |
|
Fields
DontLogOutput
The toolchain instance without output logging.
Declaration
public static readonly IToolchain DontLogOutput
Field Value
| Type | Description |
|---|---|
| IToolchain |
Instance
The default toolchain instance.
Declaration
public static readonly IToolchain Instance
Field Value
| Type | Description |
|---|---|
| IToolchain |
Properties
IsInProcess
Declaration
public override bool IsInProcess { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |