Class InProcessGenerator
Implementation of IGenerator for in-process benchmarks.
Implements
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 |