Show / Hide Table of Contents

Interface IEngineFactory

Namespace: BenchmarkDotNet.Engines
Assembly: BenchmarkDotNet.dll
Syntax
public interface IEngineFactory

Methods

CreateReadyToRun(EngineParameters)

Declaration
IEngine CreateReadyToRun(EngineParameters engineParameters)
Parameters
Type Name Description
EngineParameters engineParameters
Returns
Type Description
IEngine
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors