Show / Hide Table of Contents

Class InProcessGenerator

Implementation of IGenerator for in-process benchmarks.

Inheritance
Object
InProcessGenerator
Implements
IGenerator
Namespace: BenchmarkDotNet.Toolchains.InProcess
Assembly: BenchmarkDotNet.dll
Syntax
[Obsolete("Please use BenchmarkDotNet.Toolchains.InProcess.NoEmit.* classes")]
public class InProcessGenerator : IGenerator

Methods

GenerateProject(BuildPartition, ILogger, String)

returns a success

Declaration
public GenerateResult GenerateProject(BuildPartition buildPartition, ILogger logger, string rootArtifactsFolderPath)
Parameters
Type Name Description
BuildPartition buildPartition
ILogger logger
String rootArtifactsFolderPath
Returns
Type Description
GenerateResult

Implements

IGenerator
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors