Show / Hide Table of Contents

Class InProcessEmitGenerator

Inheritance
Object
InProcessEmitGenerator
Implements
IGenerator
Namespace: BenchmarkDotNet.Toolchains.InProcess.Emit
Assembly: BenchmarkDotNet.dll
Syntax
public class InProcessEmitGenerator : IGenerator

Methods

GenerateProject(BuildPartition, ILogger, String)

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