Show / Hide Table of Contents

Interface IBuilder

Namespace: BenchmarkDotNet.Toolchains
Assembly: BenchmarkDotNet.dll
Syntax
public interface IBuilder

Methods

Build(GenerateResult, BuildPartition, ILogger)

Declaration
BuildResult Build(GenerateResult generateResult, BuildPartition buildPartition, ILogger logger)
Parameters
Type Name Description
GenerateResult generateResult
BuildPartition buildPartition
ILogger logger
Returns
Type Description
BuildResult
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors