Show / Hide Table of Contents

Class InProcessEmitArtifactsPath

Inheritance
Object
ArtifactsPaths
InProcessEmitArtifactsPath
Inherited Members
ArtifactsPaths.Empty
ArtifactsPaths.RootArtifactsFolderPath
ArtifactsPaths.BuildArtifactsDirectoryPath
ArtifactsPaths.BinariesDirectoryPath
ArtifactsPaths.ProgramCodePath
ArtifactsPaths.AppConfigPath
ArtifactsPaths.NuGetConfigPath
ArtifactsPaths.ProjectFilePath
ArtifactsPaths.BuildScriptFilePath
ArtifactsPaths.ExecutablePath
ArtifactsPaths.ProgramName
ArtifactsPaths.PackagesDirectoryName
Namespace: BenchmarkDotNet.Toolchains.InProcess.Emit
Assembly: BenchmarkDotNet.dll
Syntax
public class InProcessEmitArtifactsPath : ArtifactsPaths

Constructors

InProcessEmitArtifactsPath(Assembly, ArtifactsPaths)

Declaration
public InProcessEmitArtifactsPath(Assembly generatedAssembly, ArtifactsPaths baseArtifacts)
Parameters
Type Name Description
Assembly generatedAssembly
ArtifactsPaths baseArtifacts

Properties

GeneratedAssembly

Declaration
public Assembly GeneratedAssembly { get; }
Property Value
Type Description
Assembly
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors