Table of Contents

Class ArtifactsPaths

Namespace
BenchmarkDotNet.Toolchains
Assembly
BenchmarkDotNet.dll
public class ArtifactsPaths
Inheritance
ArtifactsPaths
Derived

Constructors

ArtifactsPaths(string, string, string, string, string, string, string, string, string, string, string)

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

rootArtifactsFolderPath string
buildArtifactsDirectoryPath string
binariesDirectoryPath string
programCodePath string
appConfigPath string
nuGetConfigPath string
projectFilePath string
buildScriptFilePath string
executablePath string
programName string
packagesDirectoryName string

Fields

Empty

public static readonly ArtifactsPaths Empty

Field Value

ArtifactsPaths

Properties

AppConfigPath

public string AppConfigPath { get; }

Property Value

string

BinariesDirectoryPath

public string BinariesDirectoryPath { get; }

Property Value

string

BuildArtifactsDirectoryPath

public string BuildArtifactsDirectoryPath { get; }

Property Value

string

BuildScriptFilePath

public string BuildScriptFilePath { get; }

Property Value

string

ExecutablePath

public string ExecutablePath { get; }

Property Value

string

NuGetConfigPath

public string NuGetConfigPath { get; }

Property Value

string

PackagesDirectoryName

public string PackagesDirectoryName { get; }

Property Value

string

ProgramCodePath

public string ProgramCodePath { get; }

Property Value

string

ProgramName

public string ProgramName { get; }

Property Value

string

ProjectFilePath

public string ProjectFilePath { get; }

Property Value

string

RootArtifactsFolderPath

public string RootArtifactsFolderPath { get; }

Property Value

string