Show / Hide Table of Contents

Class ArtifactsPaths

Inheritance
Object
ArtifactsPaths
InProcessEmitArtifactsPath
Namespace: BenchmarkDotNet.Toolchains
Assembly: BenchmarkDotNet.dll
Syntax
public class ArtifactsPaths

Constructors

ArtifactsPaths(String, String, String, String, String, String, String, String, String, String, String)

Declaration
public ArtifactsPaths(string rootArtifactsFolderPath, string buildArtifactsDirectoryPath, string binariesDirectoryPath, string programCodePath, string appConfigPath, string nuGetConfigPath, string projectFilePath, string buildScriptFilePath, string executablePath, string programName, string packagesDirectoryName)
Parameters
Type Name Description
String rootArtifactsFolderPath
String buildArtifactsDirectoryPath
String binariesDirectoryPath
String programCodePath
String appConfigPath
String nuGetConfigPath
String projectFilePath
String buildScriptFilePath
String executablePath
String programName
String packagesDirectoryName

Fields

Empty

Declaration
public static readonly ArtifactsPaths Empty
Field Value
Type Description
ArtifactsPaths

Properties

AppConfigPath

Declaration
public string AppConfigPath { get; }
Property Value
Type Description
String

BinariesDirectoryPath

Declaration
public string BinariesDirectoryPath { get; }
Property Value
Type Description
String

BuildArtifactsDirectoryPath

Declaration
public string BuildArtifactsDirectoryPath { get; }
Property Value
Type Description
String

BuildScriptFilePath

Declaration
public string BuildScriptFilePath { get; }
Property Value
Type Description
String

ExecutablePath

Declaration
public string ExecutablePath { get; }
Property Value
Type Description
String

NuGetConfigPath

Declaration
public string NuGetConfigPath { get; }
Property Value
Type Description
String

PackagesDirectoryName

Declaration
public string PackagesDirectoryName { get; }
Property Value
Type Description
String

ProgramCodePath

Declaration
public string ProgramCodePath { get; }
Property Value
Type Description
String

ProgramName

Declaration
public string ProgramName { get; }
Property Value
Type Description
String

ProjectFilePath

Declaration
public string ProjectFilePath { get; }
Property Value
Type Description
String

RootArtifactsFolderPath

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