Class ArtifactsPaths
- Namespace
- BenchmarkDotNet.Toolchains
- Assembly
- BenchmarkDotNet.dll
public class ArtifactsPaths
- Inheritance
-
ArtifactsPaths
- Derived
-
Constructors
public ArtifactsPaths(string rootArtifactsFolderPath, string buildArtifactsDirectoryPath, string binariesDirectoryPath, string intermediateDirectoryPath, string programCodePath, string appConfigPath, string nuGetConfigPath, string projectFilePath, string buildScriptFilePath, string executablePath, string programName, string packagesDirectoryName)
Parameters
rootArtifactsFolderPath
string
buildArtifactsDirectoryPath
string
binariesDirectoryPath
string
intermediateDirectoryPath
string
programCodePath
string
appConfigPath
string
nuGetConfigPath
string
projectFilePath
string
buildScriptFilePath
string
executablePath
string
programName
string
packagesDirectoryName
string
Fields
public static readonly ArtifactsPaths Empty
Field Value
- ArtifactsPaths
Properties
public string AppConfigPath { get; }
Property Value
- string
public string BinariesDirectoryPath { get; }
Property Value
- string
public string BuildArtifactsDirectoryPath { get; }
Property Value
- string
public string BuildScriptFilePath { get; }
Property Value
- string
public string ExecutablePath { get; }
Property Value
- string
public string IntermediateDirectoryPath { get; }
Property Value
- string
public string NuGetConfigPath { get; }
Property Value
- string
public string PackagesDirectoryName { get; }
Property Value
- string
public string ProgramCodePath { get; }
Property Value
- string
public string ProgramName { get; }
Property Value
- string
public string ProjectFilePath { get; }
Property Value
- string
public string RootArtifactsFolderPath { get; }
Property Value
- string