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- Implementation of for in-process (no emit) toolchain.
logger
ILogger- Implementation of for in-process (no emit) toolchain.
rootArtifactsFolderPath
string- Implementation of for in-process (no emit) toolchain.
Returns
- GenerateResult
- Implementation of for in-process (no emit) toolchain.