Class ArtifactsPathAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.dll
[AttributeUsage(AttributeTargets.Class)]
public class ArtifactsPathAttribute : Attribute, IConfigSource
- Inheritance
-
ArtifactsPathAttribute
- Implements
- Inherited Members
Constructors
ArtifactsPathAttribute(string)
public ArtifactsPathAttribute(string value)
Parameters
value
string
Properties
Config
public IConfig Config { get; }
Property Value
Value
public string Value { get; }