Table of Contents

Class InProcessNoEmitGenerator

Namespace
BenchmarkDotNet.Toolchains.InProcess.NoEmit
Assembly
BenchmarkDotNet.dll

Implementation of IGenerator for in-process (no emit) toolchain.

public class InProcessNoEmitGenerator : IGenerator
Inheritance
InProcessNoEmitGenerator
Implements

Constructors

InProcessNoEmitGenerator()

public InProcessNoEmitGenerator()

Methods

GenerateProject(BuildPartition, ILogger, string)

returns a success

public GenerateResult GenerateProject(BuildPartition buildPartition, ILogger logger, string rootArtifactsFolderPath)

Parameters

buildPartition BuildPartition
logger ILogger
rootArtifactsFolderPath string

Returns

GenerateResult