Show / Hide Table of Contents

Interface IGenerator

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

Methods

GenerateProject(BuildPartition, ILogger, String)

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